use latest all-compatible vty

This commit is contained in:
Simon Michael 2009-01-17 23:11:15 +00:00
parent df5e308971
commit c381dd73e7
2 changed files with 1 additions and 5 deletions

3
README
View File

@ -32,9 +32,6 @@ This will complain about any missing libraries, which you can download and
install manually from hackage.haskell.org. (The Build-Depends: in
hledger.cabal has the full package list.)
Caveat to the above: the current vty library requires ghc 6.10 to build,
so if you are using ghc 6.8 you will need to use vty 3.1.2.
To get the latest development code do::
darcs get http://joyful.com/repos/hledger

View File

@ -33,8 +33,7 @@ Executable hledger
HUnit,
mtl,
bytestring,
-- if you have ghc <6.10 you'll need vty 3.1.2
vty>=3.1.2
vty>=3.1.8.2
Other-Modules:
BalanceCommand
Options