Merge pull request #163 from markokocic/patch-1

Fix broken hledger.cabal
This commit is contained in:
Simon Michael 2014-03-03 12:13:48 -08:00
commit baf16ab755

View File

@ -85,6 +85,7 @@ library
,tabular >= 0.2 && < 0.3
,time
,utf8-string >= 0.3.5 && < 0.4
,wizards == 1.0.*
default-language: Haskell2010
-- should depend on the above to avoid double compilation but this is
@ -141,8 +142,8 @@ executable hledger
,text >= 0.11 && < 1.1
,time
,utf8-string >= 0.3.5 && < 0.4
default-language: Haskell2010
,wizards == 1.0.*
default-language: Haskell2010
test-suite tests
type: exitcode-stdio-1.0