diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2010-03-07 19:35:53 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2010-03-07 19:35:53 +0000 |
commit | c2ce51e9f568797bac119d54e7253faa1a597ce0 (patch) | |
tree | 31867e9a62e086cdb40ec4b1e3950ab5c2428e65 | |
parent | 1bc5fc0117fab9119bcf115495c006e1eff63dae (diff) | |
download | pandoc-c2ce51e9f568797bac119d54e7253faa1a597ce0.tar.gz |
Cabal file: depend on HTTP >= 4000.0.5.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1870 788f1e2b-df1e-0410-8736-df70ead52e1b
-rw-r--r-- | pandoc.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index 57ad24b78..400ba0dd7 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -144,7 +144,7 @@ Library process >= 1, directory >= 1, bytestring >= 0.9, zip-archive >= 0.1.1.4, utf8-string >= 0.3, old-time >= 1, - HTTP >= 4000.0 + HTTP >= 4000.0.5 if impl(ghc >= 6.10) Build-depends: base >= 4 && < 5, syb else |