mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-08 07:09:28 +03:00
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:
|
||||
- hledger-lib >=1.5.99 && <1.6
|
||||
- hledger >=1.5.99 && <1.6
|
||||
- base >=4.8 && <5
|
||||
- base >=4.8 && <4.12
|
||||
- aeson
|
||||
- bytestring
|
||||
- containers
|
||||
|
@ -39,7 +39,7 @@ extra-source-files:
|
||||
#data-files:
|
||||
|
||||
dependencies:
|
||||
- base >=4.8 && <5
|
||||
- base >=4.8 && <4.12
|
||||
- base-compat >=0.8.1
|
||||
- ansi-terminal >=0.6.2.3
|
||||
- array
|
||||
|
@ -44,7 +44,7 @@ dependencies:
|
||||
- hledger-lib >=1.5.99 && <1.6
|
||||
- ansi-terminal >=0.6.2.3
|
||||
- async
|
||||
- base >=4.8 && <5
|
||||
- base >=4.8 && <4.12
|
||||
- base-compat >=0.8.1
|
||||
- cmdargs >=0.8
|
||||
- containers
|
||||
|
@ -64,7 +64,7 @@ flags:
|
||||
dependencies:
|
||||
- hledger-lib >=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
|
||||
- blaze-html
|
||||
- blaze-markup
|
||||
|
@ -76,7 +76,7 @@ ghc-options:
|
||||
- -fno-warn-orphans
|
||||
|
||||
dependencies:
|
||||
- base >=4.8 && <5
|
||||
- base >=4.8 && <4.12
|
||||
- base-compat >=0.8.1
|
||||
- ansi-terminal >=0.6.2.3
|
||||
- directory
|
||||
|
@ -23,7 +23,7 @@ author : Simon Michael <simon@joyful.com>
|
||||
maintainer : '-'
|
||||
|
||||
dependencies:
|
||||
- base >=4.7 && <5
|
||||
- base >=4.7 && <4.12
|
||||
- hakyll >=4.7
|
||||
- pandoc #>=1.15
|
||||
- pandoc-types
|
||||
|
Loading…
Reference in New Issue
Block a user