Merge pull request #163 from markokocic/patch-1
Fix broken hledger.cabal
This commit is contained in:
commit
baf16ab755
@ -85,6 +85,7 @@ library
|
|||||||
,tabular >= 0.2 && < 0.3
|
,tabular >= 0.2 && < 0.3
|
||||||
,time
|
,time
|
||||||
,utf8-string >= 0.3.5 && < 0.4
|
,utf8-string >= 0.3.5 && < 0.4
|
||||||
|
,wizards == 1.0.*
|
||||||
default-language: Haskell2010
|
default-language: Haskell2010
|
||||||
|
|
||||||
-- should depend on the above to avoid double compilation but this is
|
-- should depend on the above to avoid double compilation but this is
|
||||||
@ -141,8 +142,8 @@ executable hledger
|
|||||||
,text >= 0.11 && < 1.1
|
,text >= 0.11 && < 1.1
|
||||||
,time
|
,time
|
||||||
,utf8-string >= 0.3.5 && < 0.4
|
,utf8-string >= 0.3.5 && < 0.4
|
||||||
default-language: Haskell2010
|
|
||||||
,wizards == 1.0.*
|
,wizards == 1.0.*
|
||||||
|
default-language: Haskell2010
|
||||||
|
|
||||||
test-suite tests
|
test-suite tests
|
||||||
type: exitcode-stdio-1.0
|
type: exitcode-stdio-1.0
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user