Skip to content
Snippets Groups Projects
Unverified Commit 19ef90d7 authored by Mike Pilgrem's avatar Mike Pilgrem Committed by Julian Ospald
Browse files

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.
parent bfb6a4a0
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ github: commercialhaskell/stack
homepage: http://haskellstack.org
custom-setup:
dependencies:
- base >= 4.16.3.0 && < 5
- base >= 4.14.3.0 && < 5
- Cabal
- filepath
extra-source-files:
......@@ -49,7 +49,7 @@ ghc-options:
- -fwarn-incomplete-record-updates
- -optP-Wno-nonportable-include-path # workaround [Filename case on macOS · Issue #4739 · haskell/cabal](https://github.com/haskell/cabal/issues/4739)
dependencies:
- base >= 4.16.3.0 && < 5
- base >= 4.14.3.0 && < 5
- Cabal >= 3.6.3.0
- aeson >= 2.0.3.0
- annotated-wl-pprint
......
......@@ -75,7 +75,7 @@ source-repository head
custom-setup
setup-depends:
Cabal
, base >=4.16.3.0 && <5
, base >=4.14.3.0 && <5
, filepath
flag developer-mode
......@@ -233,7 +233,7 @@ library
, array
, async
, attoparsec
, base >=4.16.3.0 && <5
, base >=4.14.3.0 && <5
, base64-bytestring
, bytestring
, casa-client
......@@ -357,7 +357,7 @@ executable stack
, array
, async
, attoparsec
, base >=4.16.3.0 && <5
, base >=4.14.3.0 && <5
, base64-bytestring
, bytestring
, casa-client
......@@ -480,7 +480,7 @@ executable stack-integration-test
, array
, async
, attoparsec
, base >=4.16.3.0 && <5
, base >=4.14.3.0 && <5
, base64-bytestring
, bytestring
, casa-client
......@@ -611,7 +611,7 @@ test-suite stack-test
, array
, async
, attoparsec
, base >=4.16.3.0 && <5
, base >=4.14.3.0 && <5
, base64-bytestring
, bytestring
, casa-client
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment