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.Utils
|
||||
Build-Depends:
|
||||
base >= 3
|
||||
base >= 3 && < 5
|
||||
,containers
|
||||
,directory
|
||||
,filepath
|
||||
@ -104,7 +104,7 @@ executable hledger
|
||||
Utils
|
||||
Version
|
||||
build-depends:
|
||||
base >= 3
|
||||
base >= 3 && < 5
|
||||
,bytestring
|
||||
,containers
|
||||
,csv
|
||||
|
||||
Loading…
Reference in New Issue
Block a user