mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-07 21:15:19 +03:00
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
|
||||
,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
|
||||
|
Loading…
Reference in New Issue
Block a user