summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorBen Gamari <bgamari.foss@gmail.com>2012-09-21 09:31:52 -0400
committerBen Gamari <bgamari.foss@gmail.com>2012-09-21 09:31:52 -0400
commitbb4ea9d422fd2c17dc709cb4fcdfb93d42532eb5 (patch)
tree6add70bd7ef2a7096f40f5dca4c6c85cf5180dab /pandoc.cabal
parent77ccdf59f5a7747300008a6641b3708f9630a368 (diff)
Bump network upper bound to <2.5
network 2.4 is now on hackage
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 2eb6b1a6d..a5e4f5a83 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -202,7 +202,7 @@ Library
Build-Depends: containers >= 0.1 && < 0.6,
parsec >= 3.1 && < 3.2,
mtl >= 1.1 && < 2.2,
- network >= 2 && < 2.4,
+ network >= 2 && < 2.5,
filepath >= 1.1 && < 1.4,
process >= 1 && < 1.2,
directory >= 1 && < 1.3,
@@ -314,7 +314,7 @@ Executable pandoc
Build-Depends: containers >= 0.1 && < 0.6,
parsec >= 3.1 && < 3.2,
mtl >= 1.1 && < 2.2,
- network >= 2 && < 2.4,
+ network >= 2 && < 2.5,
filepath >= 1.1 && < 1.4,
process >= 1 && < 1.2,
directory >= 1 && < 1.3,