From 590923570df08cbefee7a2bbe81b399483af6cbb Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 29 May 2009 20:06:07 +0000 Subject: [PATCH] specify http version, and fix capitalisation so cabal install works --- hledger.cabal | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hledger.cabal b/hledger.cabal index b34b590ea..fb09cf373 100644 --- a/hledger.cabal +++ b/hledger.cabal @@ -53,7 +53,8 @@ Executable hledger Build-Depends: base, containers, haskell98, directory, parsec, regex-compat, regexpr>=0.5.1, old-locale, time, HUnit, mtl, bytestring, filepath, process, testpack, - regex-pcre, csv, split, utf8-string, http + regex-pcre, csv, split, utf8-string + ,HTTP >= 4000.0 && < 4000.1 Other-Modules: Commands.Add