specify http version, and fix capitalisation so cabal install works

This commit is contained in:
Simon Michael 2009-05-29 20:06:07 +00:00
parent fbee93f529
commit 590923570d

View File

@ -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