bump base upper bound to allow GHC 9.0

This commit is contained in:
Simon Michael 2021-03-12 06:58:46 -08:00
parent 8f5fcac834
commit 36cbc2b068
4 changed files with 4 additions and 4 deletions

View File

@ -32,7 +32,7 @@ extra-source-files:
#data-files: #data-files:
dependencies: dependencies:
- base >=4.9 && <4.15 - base >=4.9 && <4.16
- base-compat-batteries >=0.10.1 && <0.12 - base-compat-batteries >=0.10.1 && <0.12
- aeson >=1 - aeson >=1
- aeson-pretty - aeson-pretty

View File

@ -45,7 +45,7 @@ dependencies:
- hledger >=1.21.99 && <1.22 - hledger >=1.21.99 && <1.22
- ansi-terminal >=0.9 - ansi-terminal >=0.9
- async - async
- base >=4.9 && <4.15 - base >=4.9 && <4.16
- base-compat-batteries >=0.10.1 && <0.12 - base-compat-batteries >=0.10.1 && <0.12
- cmdargs >=0.8 - cmdargs >=0.8
- containers - containers

View File

@ -104,7 +104,7 @@ library:
- hledger-lib >=1.21.99 && <1.22 - hledger-lib >=1.21.99 && <1.22
- hledger >=1.21.99 && <1.22 - hledger >=1.21.99 && <1.22
- aeson >=1 - aeson >=1
- base >=4.9 && <4.15 - base >=4.9 && <4.16
- blaze-html - blaze-html
- blaze-markup - blaze-markup
- bytestring - bytestring

View File

@ -98,7 +98,7 @@ dependencies:
- hledger-lib >=1.21.99 && <1.22 - hledger-lib >=1.21.99 && <1.22
- aeson >=1 - aeson >=1
- ansi-terminal >=0.9 - ansi-terminal >=0.9
- base >=4.9 && <4.15 - base >=4.9 && <4.16
- base-compat-batteries >=0.10.1 && <0.12 - base-compat-batteries >=0.10.1 && <0.12
- bytestring - bytestring
- cmdargs >=0.10 - cmdargs >=0.10