@@ -40,7 +40,7 @@ library
4040 Data.Greskell.NonEmptyLike,
4141 Data.Greskell.Logic
4242 -- other-modules:
43- build-depends : base ^ >= 4.13.0 || ^ >= 4.14.0 || ^ >= 4.15.0 || ^ >= 4.16.0 || ^ >= 4.17.0 || ^ >= 4.18.0 || ^ >= 4.19.0 || ^ >= 4.20.0 ,
43+ build-depends : base,
4444 greskell-core ^>= 1.0.0 ,
4545 text ^>= 1.2.3 || ^>= 2.0.2 || ^>= 2.1 ,
4646 transformers ^>= 0.5.6 || ^>= 0.6.1 ,
@@ -69,7 +69,7 @@ test-suite spec
6969 Data.Greskell.LogicSpec,
7070 ExamplesSpec
7171 build-tool-depends : hspec-discover :hspec-discover
72- build-depends : base ^ >= 4.13.0 || ^ >= 4.14.0 || ^ >= 4.15.0 || ^ >= 4.16.0 || ^ >= 4.17.0 || ^ >= 4.18.0 || ^ >= 4.19.0 || ^ >= 4.20.0 ,
72+ build-depends : base,
7373 text ^>= 1.2.3 || ^>= 2.0.2 || ^>= 2.1 ,
7474 aeson ^>= 2.0.2 || ^>= 2.1.0 || ^>= 2.2.3 ,
7575 unordered-containers ^>= 0.2.15 ,
@@ -84,7 +84,7 @@ test-suite typecheck-test-suite
8484 hs-source-dirs : test
8585 ghc-options : -Wall -fno-warn-unused-imports "-with-rtsopts=-M512m"
8686 main-is : Typecheck.hs
87- build-depends : base ^ >= 4.13.0 || ^ >= 4.14.0 || ^ >= 4.15.0 || ^ >= 4.16.0 || ^ >= 4.17.0 || ^ >= 4.18.0 || ^ >= 4.19.0 || ^ >= 4.20.0 ,
87+ build-depends : base,
8888 hspec ^>= 2.9.1 || ^>= 2.10.6 || ^>= 2.11.9 ,
8989 greskell,
9090 should-not-typecheck ^>= 2.1.0
@@ -104,7 +104,7 @@ test-suite server-test-suite
104104 other-modules : ServerTest.Common
105105 if flag(server-test)
106106 -- Explicitly remove dependency. See https://github.com/haskell/cabal/issues/1725
107- build-depends : base ^ >= 4.13.0 || ^ >= 4.14.0 || ^ >= 4.15.0 || ^ >= 4.16.0 || ^ >= 4.17.0 || ^ >= 4.18.0 || ^ >= 4.19.0 || ^ >= 4.20.0 ,
107+ build-depends : base,
108108 aeson ^>= 2.0.2 || ^>= 2.1.0 || ^>= 2.2.3 ,
109109 hspec ^>= 2.9.1 || ^>= 2.10.6 || ^>= 2.11.9 ,
110110 text ^>= 1.2.3 || ^>= 2.0.2 || ^>= 2.1 ,
@@ -135,7 +135,7 @@ test-suite server-behavior-test-suite
135135 other-extensions : OverloadedStrings
136136 other-modules : ServerTest.Common
137137 if flag(server-behavior-test)
138- build-depends : base ^ >= 4.13.0 || ^ >= 4.14.0 || ^ >= 4.15.0 || ^ >= 4.16.0 || ^ >= 4.17.0 || ^ >= 4.18.0 || ^ >= 4.19.0 || ^ >= 4.20.0 ,
138+ build-depends : base,
139139 aeson ^>= 2.0.2 || ^>= 2.1.0 || ^>= 2.2.3 ,
140140 hspec ^>= 2.9.1 || ^>= 2.10.6 || ^>= 2.11.9 ,
141141 text ^>= 1.2.3 || ^>= 2.0.2 || ^>= 2.1 ,
0 commit comments