From 798841a87e38c85b37235a97c808490e82022abc Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Tue, 16 Dec 2008 18:36:27 +0000 Subject: [PATCH] pin vty to 3.1.2 which builds with ghc 6.8, hopefully 6.10 too --- hledger.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hledger.cabal b/hledger.cabal index ee7fa3539..c6ce4d8dd 100644 --- a/hledger.cabal +++ b/hledger.cabal @@ -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