@@ -40,7 +40,7 @@ library
40
40
Data.Greskell.NonEmptyLike,
41
41
Data.Greskell.Logic
42
42
-- 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,
44
44
greskell-core ^>= 1.0.0 ,
45
45
text ^>= 1.2.3 || ^>= 2.0.2 || ^>= 2.1 ,
46
46
transformers ^>= 0.5.6 || ^>= 0.6.1 ,
@@ -69,7 +69,7 @@ test-suite spec
69
69
Data.Greskell.LogicSpec,
70
70
ExamplesSpec
71
71
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,
73
73
text ^>= 1.2.3 || ^>= 2.0.2 || ^>= 2.1 ,
74
74
aeson ^>= 2.0.2 || ^>= 2.1.0 || ^>= 2.2.3 ,
75
75
unordered-containers ^>= 0.2.15 ,
@@ -84,7 +84,7 @@ test-suite typecheck-test-suite
84
84
hs-source-dirs : test
85
85
ghc-options : -Wall -fno-warn-unused-imports "-with-rtsopts=-M512m"
86
86
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,
88
88
hspec ^>= 2.9.1 || ^>= 2.10.6 || ^>= 2.11.9 ,
89
89
greskell,
90
90
should-not-typecheck ^>= 2.1.0
@@ -104,7 +104,7 @@ test-suite server-test-suite
104
104
other-modules : ServerTest.Common
105
105
if flag(server-test)
106
106
-- 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,
108
108
aeson ^>= 2.0.2 || ^>= 2.1.0 || ^>= 2.2.3 ,
109
109
hspec ^>= 2.9.1 || ^>= 2.10.6 || ^>= 2.11.9 ,
110
110
text ^>= 1.2.3 || ^>= 2.0.2 || ^>= 2.1 ,
@@ -135,7 +135,7 @@ test-suite server-behavior-test-suite
135
135
other-extensions : OverloadedStrings
136
136
other-modules : ServerTest.Common
137
137
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,
139
139
aeson ^>= 2.0.2 || ^>= 2.1.0 || ^>= 2.2.3 ,
140
140
hspec ^>= 2.9.1 || ^>= 2.10.6 || ^>= 2.11.9 ,
141
141
text ^>= 1.2.3 || ^>= 2.0.2 || ^>= 2.1 ,
0 commit comments