Bump network upper bound to <2.5

network 2.4 is now on hackage
This commit is contained in:
Ben Gamari 2012-09-21 09:31:52 -04:00
parent 77ccdf59f5
commit bb4ea9d422

View file

@ -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,