tighten base upper bound, avoid breakage with next major GHC

This commit is contained in:
Simon Michael 2018-03-22 16:43:40 +00:00
parent 1e738e6ee5
commit d1a55e5f76
6 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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