bump cmdargs upper bound in other places
This commit is contained in:
parent
0bd7fffaf7
commit
3e3af47b96
@ -42,7 +42,7 @@ executable hledger-chart
|
|||||||
,HUnit
|
,HUnit
|
||||||
,base >= 3 && < 5
|
,base >= 3 && < 5
|
||||||
,cabal-file-th
|
,cabal-file-th
|
||||||
,cmdargs >= 0.8 && < 0.9
|
,cmdargs >= 0.8 && < 0.10
|
||||||
,containers
|
,containers
|
||||||
-- ,csv
|
-- ,csv
|
||||||
-- ,directory
|
-- ,directory
|
||||||
|
|||||||
@ -42,7 +42,7 @@ executable hledger-vty
|
|||||||
,HUnit
|
,HUnit
|
||||||
,base >= 3 && < 5
|
,base >= 3 && < 5
|
||||||
,cabal-file-th
|
,cabal-file-th
|
||||||
,cmdargs >= 0.8 && < 0.9
|
,cmdargs >= 0.8 && < 0.10
|
||||||
-- ,containers
|
-- ,containers
|
||||||
-- ,csv
|
-- ,csv
|
||||||
-- ,directory
|
-- ,directory
|
||||||
|
|||||||
@ -56,7 +56,7 @@ library
|
|||||||
Build-Depends:
|
Build-Depends:
|
||||||
base >= 3 && < 5
|
base >= 3 && < 5
|
||||||
,bytestring
|
,bytestring
|
||||||
,cmdargs >= 0.8 && < 0.9
|
,cmdargs >= 0.8 && < 0.10
|
||||||
,containers
|
,containers
|
||||||
,directory
|
,directory
|
||||||
,filepath
|
,filepath
|
||||||
|
|||||||
@ -77,7 +77,7 @@ executable hledger-web
|
|||||||
,base >= 4 && < 5
|
,base >= 4 && < 5
|
||||||
,bytestring
|
,bytestring
|
||||||
,cabal-file-th
|
,cabal-file-th
|
||||||
,cmdargs >= 0.8 && < 0.9
|
,cmdargs >= 0.8 && < 0.10
|
||||||
,directory
|
,directory
|
||||||
,filepath
|
,filepath
|
||||||
,old-locale
|
,old-locale
|
||||||
|
|||||||
@ -112,7 +112,7 @@ executable hledger
|
|||||||
,base >= 3 && < 5
|
,base >= 3 && < 5
|
||||||
,cabal-file-th
|
,cabal-file-th
|
||||||
,containers
|
,containers
|
||||||
,cmdargs >= 0.8 && < 0.9
|
,cmdargs >= 0.8 && < 0.10
|
||||||
,csv
|
,csv
|
||||||
,directory
|
,directory
|
||||||
,filepath
|
,filepath
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user