aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorBartosz Nitka <niteria@gmail.com>2017-06-17 22:48:01 +0100
committerJohn MacFarlane <jgm@berkeley.edu>2017-06-17 23:48:01 +0200
commitec01d26a1b1a781f05e69b1f5adecf67f464e448 (patch)
tree2265bdfeed4a306927f7aa3a9818fe78cc949b82 /pandoc.cabal
parent9849ba7fd744f529f063e0802a18fa18c8433eeb (diff)
downloadpandoc-ec01d26a1b1a781f05e69b1f5adecf67f464e448.tar.gz
Relax time and process in preparation for GHC 8.2 (#3739)
GHC 8.2 is very likely to ship with process-1.6.0.0 and time-1.8.0.1. Consult: https://ghc.haskell.org/trac/ghc/wiki/Commentary/Libraries/VersionHistory
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal6
1 files changed, 3 insertions, 3 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 8d336097d..490b9f1a4 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -287,7 +287,7 @@ Library
parsec >= 3.1 && < 3.2,
mtl >= 2.2 && < 2.3,
filepath >= 1.1 && < 1.5,
- process >= 1.2.3 && < 1.5,
+ process >= 1.2.3 && < 1.7,
directory >= 1 && < 1.4,
bytestring >= 0.9 && < 0.11,
text >= 0.11 && < 1.3,
@@ -331,7 +331,7 @@ Library
Build-Depends: old-locale >= 1 && < 1.1,
time >= 1.2 && < 1.5
else
- Build-Depends: time >= 1.5 && < 1.7
+ Build-Depends: time >= 1.5 && < 1.9
if flag(network-uri)
Build-Depends: network-uri >= 2.6 && < 2.7, network >= 2.6
else
@@ -532,7 +532,7 @@ Test-Suite test-pandoc
directory >= 1 && < 1.4,
filepath >= 1.1 && < 1.5,
hslua >= 0.4 && < 0.6,
- process >= 1.2.3 && < 1.5,
+ process >= 1.2.3 && < 1.7,
skylighting >= 0.3.3 && < 0.4,
temporary >= 1.1 && < 1.3,
Diff >= 0.2 && < 0.4,