use latest all-compatible vty
This commit is contained in:
parent
df5e308971
commit
c381dd73e7
3
README
3
README
@ -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
|
install manually from hackage.haskell.org. (The Build-Depends: in
|
||||||
hledger.cabal has the full package list.)
|
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::
|
To get the latest development code do::
|
||||||
|
|
||||||
darcs get http://joyful.com/repos/hledger
|
darcs get http://joyful.com/repos/hledger
|
||||||
|
|||||||
@ -33,8 +33,7 @@ Executable hledger
|
|||||||
HUnit,
|
HUnit,
|
||||||
mtl,
|
mtl,
|
||||||
bytestring,
|
bytestring,
|
||||||
-- if you have ghc <6.10 you'll need vty 3.1.2
|
vty>=3.1.8.2
|
||||||
vty>=3.1.2
|
|
||||||
Other-Modules:
|
Other-Modules:
|
||||||
BalanceCommand
|
BalanceCommand
|
||||||
Options
|
Options
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user