Bump network upper bound to <2.5
network 2.4 is now on hackage
This commit is contained in:
parent
77ccdf59f5
commit
bb4ea9d422
1 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue