File tree Expand file tree Collapse file tree 3 files changed +0
-13
lines changed Expand file tree Collapse file tree 3 files changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -30,20 +30,17 @@ library
3030 Security.Advisories.Sync.Url
3131
3232 build-depends :
33- , aeson >= 2.0 && < 3
3433 , base >= 4.14 && < 5
3534 , bytestring >= 0.10 && < 0.13
3635 , directory >= 1.3 && < 1.4
3736 , either >= 5.0 && < 5.1
3837 , extra >= 1.7 && < 1.9
3938 , filepath >= 1.4 && < 1.6
40- , hsec-core ^>= 0.2
4139 , http-client >= 0.7.0 && < 0.8
4240 , lens >= 5.1 && < 5.4
4341 , tar >= 0.5 && < 0.7
4442 , temporary >= 1 && < 2
4543 , text >= 1.2 && < 3
46- , time >= 1.9 && < 1.15
4744 , transformers >= 0.5 && < 0.7
4845 , wreq >= 0.5 && < 0.6
4946 , zlib >= 0.6 && < 0.8
@@ -63,13 +60,9 @@ executable hsec-sync
6360 -- LANGUAGE extensions used by modules in this package.
6461 -- other-extensions:
6562 build-depends :
66- , aeson >= 2.0.1.0 && < 3
6763 , base >= 4.14 && < 5
68- , bytestring >= 0.10 && < 0.13
69- , filepath >= 1.4 && < 1.6
7064 , hsec-sync
7165 , optparse-applicative >= 0.17 && < 0.19
72- , text >= 1.2 && < 3
7366
7467 hs-source-dirs : app
7568 default-language : Haskell2010
@@ -90,8 +83,6 @@ test-suite spec
9083 , tasty < 2
9184 , tasty-hunit < 0.11
9285 , temporary >= 1 && < 2
93- , text
94- , time
9586
9687 default-language : Haskell2010
9788 ghc-options :
Original file line number Diff line number Diff line change @@ -78,7 +78,6 @@ library
7878 , process >= 1.6 && < 1.7
7979 , refined >= 0.7 && < 0.9
8080 , resourcet >= 1.2 && < 1.4
81- , safe >= 0.3 && < 0.4
8281 , text >= 1.2 && < 3
8382 , template-haskell >= 2.16.0.0 && < 2.24
8483 , time >= 1.9 && < 1.15
@@ -148,7 +147,6 @@ test-suite spec
148147 , tasty < 2
149148 , tasty-golden < 2.4
150149 , tasty-hedgehog < 2
151- , tasty-hunit < 0.11
152150 , text
153151 , time
154152 , toml-parser
Original file line number Diff line number Diff line change @@ -50,9 +50,7 @@ test-suite spec
5050 main-is : Spec.hs
5151 build-depends :
5252 , base
53- , osv
5453 , tasty < 2
55- , tasty-hunit < 0.11
5654
5755 default-language : Haskell2010
5856 ghc-options :
You can’t perform that action at this time.
0 commit comments