simplify cabal build dependencies, we don't use quickcheck

This commit is contained in:
Simon Michael 2008-10-17 18:05:38 +00:00
parent febcb381f2
commit 976b2d16d7

View File

@ -20,7 +20,7 @@ Cabal-Version: >= 1.2
Executable hledger
Build-Depends: base, containers, haskell98, directory, parsec, regex-compat,
old-locale, time, HUnit, QuickCheck >= 1 && < 2
old-locale, time, HUnit
Main-Is: hledger.hs
Other-Modules:
BalanceCommand