From cfc8ef89077c9eb627c8c251538b894ab47e5a6e Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sun, 5 Dec 2010 19:58:51 +0000 Subject: [PATCH] chart: stop avoiding haskell98 1.0.1.1 That only encouraged use of 1.1.0.0 which I think is the real source of trouble (http://hackage.haskell.org/trac/ghc/ticket/4513) rolling back: Fri Nov 26 13:20:32 PST 2010 Simon Michael * chart: avoid haskell98-1.0.1.1 which has buggy dependencies M ./hledger-chart/hledger-chart.cabal +1 --- hledger-chart/hledger-chart.cabal | 1 - 1 file changed, 1 deletion(-) diff --git a/hledger-chart/hledger-chart.cabal b/hledger-chart/hledger-chart.cabal index f07061ff8..06ec6e59d 100644 --- a/hledger-chart/hledger-chart.cabal +++ b/hledger-chart/hledger-chart.cabal @@ -48,4 +48,3 @@ executable hledger-chart -- ,utf8-string >= 0.3.5 && < 0.4 ,Chart >= 0.11 ,colour - ,haskell98 < 1.0.1.1 || > 1.0.1.1