mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-06 23:55:48 +00:00
Bump network upper bound to <2.5
network 2.4 is now on hackage
This commit is contained in:
+2
-2
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user