tools: do specify an upper bound on base, hackage requires it
This commit is contained in:
parent
f2737bb7da
commit
a8045c7c32
@ -61,7 +61,7 @@ library
|
|||||||
Ledger.Types
|
Ledger.Types
|
||||||
Ledger.Utils
|
Ledger.Utils
|
||||||
Build-Depends:
|
Build-Depends:
|
||||||
base >= 3
|
base >= 3 && < 5
|
||||||
,containers
|
,containers
|
||||||
,directory
|
,directory
|
||||||
,filepath
|
,filepath
|
||||||
@ -104,7 +104,7 @@ executable hledger
|
|||||||
Utils
|
Utils
|
||||||
Version
|
Version
|
||||||
build-depends:
|
build-depends:
|
||||||
base >= 3
|
base >= 3 && < 5
|
||||||
,bytestring
|
,bytestring
|
||||||
,containers
|
,containers
|
||||||
,csv
|
,csv
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user