From bb4ea9d422fd2c17dc709cb4fcdfb93d42532eb5 Mon Sep 17 00:00:00 2001 From: Ben Gamari Date: Fri, 21 Sep 2012 09:31:52 -0400 Subject: Bump network upper bound to <2.5 network 2.4 is now on hackage --- pandoc.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pandoc.cabal') 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, -- cgit v1.2.3