tighten base upper bound, avoid breakage with next major GHC
This commit is contained in:
parent
1e738e6ee5
commit
d1a55e5f76
@ -34,7 +34,7 @@ extra-source-files:
|
|||||||
dependencies:
|
dependencies:
|
||||||
- hledger-lib >=1.5.99 && <1.6
|
- hledger-lib >=1.5.99 && <1.6
|
||||||
- hledger >=1.5.99 && <1.6
|
- hledger >=1.5.99 && <1.6
|
||||||
- base >=4.8 && <5
|
- base >=4.8 && <4.12
|
||||||
- aeson
|
- aeson
|
||||||
- bytestring
|
- bytestring
|
||||||
- containers
|
- containers
|
||||||
|
|||||||
@ -39,7 +39,7 @@ extra-source-files:
|
|||||||
#data-files:
|
#data-files:
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
- base >=4.8 && <5
|
- base >=4.8 && <4.12
|
||||||
- base-compat >=0.8.1
|
- base-compat >=0.8.1
|
||||||
- ansi-terminal >=0.6.2.3
|
- ansi-terminal >=0.6.2.3
|
||||||
- array
|
- array
|
||||||
|
|||||||
@ -44,7 +44,7 @@ dependencies:
|
|||||||
- hledger-lib >=1.5.99 && <1.6
|
- hledger-lib >=1.5.99 && <1.6
|
||||||
- ansi-terminal >=0.6.2.3
|
- ansi-terminal >=0.6.2.3
|
||||||
- async
|
- async
|
||||||
- base >=4.8 && <5
|
- base >=4.8 && <4.12
|
||||||
- base-compat >=0.8.1
|
- base-compat >=0.8.1
|
||||||
- cmdargs >=0.8
|
- cmdargs >=0.8
|
||||||
- containers
|
- containers
|
||||||
|
|||||||
@ -64,7 +64,7 @@ flags:
|
|||||||
dependencies:
|
dependencies:
|
||||||
- hledger-lib >=1.5.99 && <1.6
|
- hledger-lib >=1.5.99 && <1.6
|
||||||
- hledger >=1.5.99 && <1.6
|
- hledger >=1.5.99 && <1.6
|
||||||
- base >=4.8 && <5
|
- base >=4.8 && <4.12
|
||||||
- base-compat >=0.8.1
|
- base-compat >=0.8.1
|
||||||
- blaze-html
|
- blaze-html
|
||||||
- blaze-markup
|
- blaze-markup
|
||||||
|
|||||||
@ -76,7 +76,7 @@ ghc-options:
|
|||||||
- -fno-warn-orphans
|
- -fno-warn-orphans
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
- base >=4.8 && <5
|
- base >=4.8 && <4.12
|
||||||
- base-compat >=0.8.1
|
- base-compat >=0.8.1
|
||||||
- ansi-terminal >=0.6.2.3
|
- ansi-terminal >=0.6.2.3
|
||||||
- directory
|
- directory
|
||||||
|
|||||||
@ -23,7 +23,7 @@ author : Simon Michael <simon@joyful.com>
|
|||||||
maintainer : '-'
|
maintainer : '-'
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
- base >=4.7 && <5
|
- base >=4.7 && <4.12
|
||||||
- hakyll >=4.7
|
- hakyll >=4.7
|
||||||
- pandoc #>=1.15
|
- pandoc #>=1.15
|
||||||
- pandoc-types
|
- pandoc-types
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user