pin vty to 3.1.2 which builds with ghc 6.8, hopefully 6.10 too

This commit is contained in:
Simon Michael 2008-12-16 18:36:27 +00:00
parent 2d2aeae130
commit 798841a87e

View File

@ -20,7 +20,7 @@ Cabal-Version: >= 1.2
Executable hledger
Build-Depends: base, containers, haskell98, directory, parsec, regex-compat, regexpr,
old-locale, time, HUnit, vty, mtl, bytestring
old-locale, time, HUnit, vty==3.1.2, mtl, bytestring
Main-Is: hledger.hs
Other-Modules:
BalanceCommand