File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ github: commercialhaskell/stack
22
22
homepage : http://haskellstack.org
23
23
custom-setup :
24
24
dependencies :
25
- - base >= 4.16 .3.0 && < 5
25
+ - base >= 4.14 .3.0 && < 5
26
26
- Cabal
27
27
- filepath
28
28
extra-source-files :
@@ -49,7 +49,7 @@ ghc-options:
49
49
- -fwarn-incomplete-record-updates
50
50
- -optP-Wno-nonportable-include-path # workaround [Filename case on macOS · Issue #4739 · haskell/cabal](https://github.com/haskell/cabal/issues/4739)
51
51
dependencies :
52
- - base >= 4.16 .3.0 && < 5
52
+ - base >= 4.14 .3.0 && < 5
53
53
- Cabal >= 3.6.3.0
54
54
- aeson >= 2.0.3.0
55
55
- annotated-wl-pprint
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ source-repository head
75
75
custom-setup
76
76
setup-depends :
77
77
Cabal
78
- , base >= 4.16 .3.0 && < 5
78
+ , base >= 4.14 .3.0 && < 5
79
79
, filepath
80
80
81
81
flag developer-mode
@@ -233,7 +233,7 @@ library
233
233
, array
234
234
, async
235
235
, attoparsec
236
- , base >= 4.16 .3.0 && < 5
236
+ , base >= 4.14 .3.0 && < 5
237
237
, base64-bytestring
238
238
, bytestring
239
239
, casa-client
@@ -357,7 +357,7 @@ executable stack
357
357
, array
358
358
, async
359
359
, attoparsec
360
- , base >= 4.16 .3.0 && < 5
360
+ , base >= 4.14 .3.0 && < 5
361
361
, base64-bytestring
362
362
, bytestring
363
363
, casa-client
@@ -480,7 +480,7 @@ executable stack-integration-test
480
480
, array
481
481
, async
482
482
, attoparsec
483
- , base >= 4.16 .3.0 && < 5
483
+ , base >= 4.14 .3.0 && < 5
484
484
, base64-bytestring
485
485
, bytestring
486
486
, casa-client
@@ -611,7 +611,7 @@ test-suite stack-test
611
611
, array
612
612
, async
613
613
, attoparsec
614
- , base >= 4.16 .3.0 && < 5
614
+ , base >= 4.14 .3.0 && < 5
615
615
, base64-bytestring
616
616
, bytestring
617
617
, casa-client
You can’t perform that action at this time.
0 commit comments