From ac371e5b37d04a2a2492b366da6e27cf60f6458a Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sat, 17 Jul 2010 22:26:13 +0000 Subject: [PATCH] add gtk2hs-buildtools dependency needed to build with -fchart --- hledger.cabal | 1 + 1 file changed, 1 insertion(+) diff --git a/hledger.cabal b/hledger.cabal index 82689218d..7d1257c3e 100644 --- a/hledger.cabal +++ b/hledger.cabal @@ -96,6 +96,7 @@ executable hledger build-depends: Chart >= 0.11 ,colour + ,gtk2hs-buildtools if flag(vty) cpp-options: -DVTY