Skip to content

Commit bb62917

Browse files
committed
Relax lower bound on base to >= 4.14.3.0 (GHC 8.10.7)
Tested by building with Cabal (the tool) version 3.6.2.0 on Windows.
1 parent b846eae commit bb62917

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ github: commercialhaskell/stack
2222
homepage: http://haskellstack.org
2323
custom-setup:
2424
dependencies:
25-
- base >= 4.16.3.0 && < 5
25+
- base >= 4.14.3.0 && < 5
2626
- Cabal
2727
- filepath
2828
extra-source-files:
@@ -49,7 +49,7 @@ ghc-options:
4949
- -fwarn-incomplete-record-updates
5050
- -optP-Wno-nonportable-include-path # workaround [Filename case on macOS · Issue #4739 · haskell/cabal](https://github.com/haskell/cabal/issues/4739)
5151
dependencies:
52-
- base >= 4.16.3.0 && < 5
52+
- base >= 4.14.3.0 && < 5
5353
- Cabal >= 3.6.3.0
5454
- aeson >= 2.0.3.0
5555
- annotated-wl-pprint

stack.cabal

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ source-repository head
7575
custom-setup
7676
setup-depends:
7777
Cabal
78-
, base >=4.16.3.0 && <5
78+
, base >=4.14.3.0 && <5
7979
, filepath
8080

8181
flag developer-mode
@@ -233,7 +233,7 @@ library
233233
, array
234234
, async
235235
, attoparsec
236-
, base >=4.16.3.0 && <5
236+
, base >=4.14.3.0 && <5
237237
, base64-bytestring
238238
, bytestring
239239
, casa-client
@@ -357,7 +357,7 @@ executable stack
357357
, array
358358
, async
359359
, attoparsec
360-
, base >=4.16.3.0 && <5
360+
, base >=4.14.3.0 && <5
361361
, base64-bytestring
362362
, bytestring
363363
, casa-client
@@ -480,7 +480,7 @@ executable stack-integration-test
480480
, array
481481
, async
482482
, attoparsec
483-
, base >=4.16.3.0 && <5
483+
, base >=4.14.3.0 && <5
484484
, base64-bytestring
485485
, bytestring
486486
, casa-client
@@ -611,7 +611,7 @@ test-suite stack-test
611611
, array
612612
, async
613613
, attoparsec
614-
, base >=4.16.3.0 && <5
614+
, base >=4.14.3.0 && <5
615615
, base64-bytestring
616616
, bytestring
617617
, casa-client

0 commit comments

Comments
 (0)