summaryrefslogtreecommitdiff
path: root/iserv
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2017-11-29 09:54:14 -0500
committerBen Gamari <ben@smart-cactus.org>2017-12-04 16:37:18 -0500
commitd6fccfb2ba087abfdd4a68b13165e1312f9af022 (patch)
tree64aa7fd3cda7314c166c154f906253dbfb7ca36c /iserv
parent595f60fd55cc0305883c8a0b382a4b9718a0e0d8 (diff)
downloadhaskell-d6fccfb2ba087abfdd4a68b13165e1312f9af022.tar.gz
Bump version to 8.5ghc-8.5-start
The ghc-8.4 branch has now been cut. Updates the haddock submodule.
Diffstat (limited to 'iserv')
-rw-r--r--iserv/iserv-bin.cabal6
1 files changed, 3 insertions, 3 deletions
diff --git a/iserv/iserv-bin.cabal b/iserv/iserv-bin.cabal
index 846a111fd1..a713e6fbdb 100644
--- a/iserv/iserv-bin.cabal
+++ b/iserv/iserv-bin.cabal
@@ -85,7 +85,7 @@ Library
bytestring >= 0.10 && < 0.11,
containers >= 0.5 && < 0.6,
deepseq >= 1.4 && < 1.5,
- ghci == 8.3,
+ ghci == 8.5,
network >= 2.6 && < 2.7,
directory >= 1.3 && < 1.4,
filepath >= 1.4 && < 1.5
@@ -112,7 +112,7 @@ Executable iserv
bytestring >= 0.10 && < 0.11,
containers >= 0.5 && < 0.6,
deepseq >= 1.4 && < 1.5,
- ghci == 8.3
+ ghci == 8.5
if os(windows)
Cpp-Options: -DWINDOWS
@@ -133,7 +133,7 @@ Executable iserv-proxy
bytestring >= 0.10 && < 0.11,
containers >= 0.5 && < 0.6,
deepseq >= 1.4 && < 1.5,
- ghci == 8.3,
+ ghci == 8.5,
directory >= 1.3 && < 1.4,
network >= 2.6,
filepath >= 1.4 && < 1.5,