aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2010-02-02 07:37:01 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2010-02-02 07:37:01 +0000
commit9fee73d2a335e7ea8dbbfc149cfa4be580afbdca (patch)
treee6be265f1e658f773d444ecb31d5167c4ed87cdb /pandoc.cabal
parent19b0c72dd18050a00dd77bb3dfddd0d0702d157f (diff)
downloadpandoc-9fee73d2a335e7ea8dbbfc149cfa4be580afbdca.tar.gz
Allow absolute URI as parameter (in this case, content is downloaded).
+ Adds dependency on HTTP. + If a parameter is an absolute URI, pandoc will try to get the content via HTTP. + So, you can do: pandoc -r html -w markdown http://www.fsf.org git-svn-id: https://pandoc.googlecode.com/svn/trunk@1826 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal3
1 files changed, 2 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index eba38ca3d..7cc77e72c 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -145,7 +145,8 @@ Library
mtl >= 1.1, network >= 2, filepath >= 1.1,
process >= 1, directory >= 1,
bytestring >= 0.9, zip-archive >= 0.1.1.4,
- utf8-string >= 0.3, old-time >= 1
+ utf8-string >= 0.3, old-time >= 1,
+ HTTP >= 4000.0
if impl(ghc >= 6.10)
Build-depends: base >= 4 && < 5, syb
else