File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ library
57
57
58
58
-- other-extensions:
59
59
build-depends :
60
- , base ^ >= 4.14.3.0 || ^ >= 4.16.3.0 || ^ >= 4.18.1.0 || ^ >= 4.19 .0.0
60
+ , base >= 4.14.0.0
61
61
, base16-bytestring
62
62
, bytestring
63
63
, capability
@@ -87,7 +87,7 @@ executable example
87
87
hs-source-dirs : example
88
88
main-is : Main.hs
89
89
build-depends :
90
- , base ^ >= 4.14.3.0 || ^ >= 4.16.3.0 || ^ >= 4.18.1.0 || ^ >= 4.19 .0.0
90
+ , base >= 4.14.0.0
91
91
, cuddle
92
92
, megaparsec
93
93
, prettyprinter
@@ -100,7 +100,7 @@ executable cuddle
100
100
hs-source-dirs : ./bin/
101
101
main-is : Main.hs
102
102
build-depends :
103
- , base ^ >= 4.14.3.0 || ^ >= 4.16.3.0 || ^ >= 4.18.1.0 || ^ >= 4.19 .0.0
103
+ , base >= 4.14.0.0
104
104
, cborg
105
105
, cuddle
106
106
, megaparsec
@@ -122,7 +122,7 @@ test-suite cuddle-test
122
122
hs-source-dirs : test
123
123
main-is : Main.hs
124
124
build-depends :
125
- , base ^ >= 4.14.3.0 || ^ >= 4.16.3.0 || ^ >= 4.18.1.0 || ^ >= 4.19 .0.0
125
+ , base >= 4.14.0.0
126
126
, cuddle
127
127
, hspec
128
128
, hspec-megaparsec
You can’t perform that action at this time.
0 commit comments