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:
dependencies:
- base >=4.9 && <4.15
- base >=4.9 && <4.16
- base-compat-batteries >=0.10.1 && <0.12
- aeson >=1
- aeson-pretty

View File

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

View File

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

View File

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