bump base lower bound to 4.3 to enforce GHC 7 requirement
This commit is contained in:
parent
0d4199f1b3
commit
f8a9cce43d
@ -55,7 +55,7 @@ library
|
||||
Hledger.Utils
|
||||
Hledger.Utils.UTF8IOCompat
|
||||
Build-Depends:
|
||||
base >= 3 && < 5
|
||||
base >= 4.3 && < 5
|
||||
,bytestring
|
||||
,cmdargs >= 0.9.1 && < 0.10
|
||||
,containers
|
||||
|
||||
@ -125,7 +125,7 @@ executable hledger-web
|
||||
build-depends:
|
||||
hledger == 0.18.2
|
||||
, hledger-lib == 0.18.2
|
||||
, base >= 4 && < 5
|
||||
, base >= 4.3 && < 5
|
||||
, cabal-file-th
|
||||
, cmdargs >= 0.9.1 && < 0.10
|
||||
, directory
|
||||
|
||||
@ -63,7 +63,7 @@ library
|
||||
-- should be the same as below
|
||||
build-depends:
|
||||
hledger-lib == 0.18.2
|
||||
,base >= 3 && < 5
|
||||
,base >= 4.3 && < 5
|
||||
,cabal-file-th
|
||||
,containers
|
||||
,cmdargs >= 0.9.1 && < 0.10
|
||||
@ -118,7 +118,7 @@ executable hledger
|
||||
-- should be the same as above
|
||||
build-depends:
|
||||
hledger-lib == 0.18.2
|
||||
,base >= 3 && < 5
|
||||
,base >= 4.3 && < 5
|
||||
,cabal-file-th
|
||||
,containers
|
||||
,cmdargs >= 0.9.1 && < 0.10
|
||||
|
||||
Loading…
Reference in New Issue
Block a user