From a8045c7c32fb018804fc01fd3649aa820152aeb7 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Wed, 3 Feb 2010 21:54:10 +0000 Subject: [PATCH] tools: do specify an upper bound on base, hackage requires it --- hledger.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hledger.cabal b/hledger.cabal index 4669b59ce..21df5b557 100644 --- a/hledger.cabal +++ b/hledger.cabal @@ -61,7 +61,7 @@ library Ledger.Types Ledger.Utils Build-Depends: - base >= 3 + base >= 3 && < 5 ,containers ,directory ,filepath @@ -104,7 +104,7 @@ executable hledger Utils Version build-depends: - base >= 3 + base >= 3 && < 5 ,bytestring ,containers ,csv