summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2013-12-09 21:07:33 -0800
committerJohn MacFarlane <fiddlosopher@gmail.com>2013-12-09 21:07:33 -0800
commitafa88b4a25d43746de1536fae55e6d872960856a (patch)
tree0011c991c51ab79e723435e41955f8ff1f16abbb /pandoc.cabal
parentf9662957704ebfe83d7764dd64151d37c476c0b0 (diff)
Relaxed version bounds for array, http-conduit, process.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal8
1 files changed, 4 insertions, 4 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 1fae6c056..91944d068 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -202,15 +202,15 @@ Library
syb >= 0.1 && < 0.5,
containers >= 0.1 && < 0.6,
unordered-containers >= 0.2 && < 0.3,
- array >= 0.3 && < 0.5,
+ array >= 0.3 && < 0.6,
parsec >= 3.1 && < 3.2,
mtl >= 1.1 && < 2.2,
network >= 2 && < 2.5,
filepath >= 1.1 && < 1.4,
- process >= 1 && < 1.2,
+ process >= 1 && < 1.3,
directory >= 1 && < 1.3,
bytestring >= 0.9 && < 0.11,
- text >= 0.11 && < 0.12,
+ text >= 0.11 && < 1.1,
zip-archive >= 0.1.3.3 && < 0.2,
old-locale >= 1 && < 1.1,
time >= 1.2 && < 1.5,
@@ -235,7 +235,7 @@ Library
hslua >= 0.3 && < 0.4
Build-Tools: alex, happy
if flag(http-conduit)
- Build-Depends: http-conduit >= 1.9 && < 1.10,
+ Build-Depends: http-conduit >= 1.9 && < 2.1,
http-types >= 0.8 && < 0.9
cpp-options: -DHTTP_CONDUIT
if flag(embed_data_files)