summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorRichard Eisenberg <rae@cs.brynmawr.edu>2018-06-18 22:36:08 -0400
committerBen Gamari <ben@smart-cactus.org>2018-06-19 18:15:22 -0400
commit4cdd574abb156e0f527cea31db056686a8d3b2fa (patch)
tree326326a11358cb07dbfeffcea55b6c1f76764a19 /utils
parent26e9806ada8823160dd63ca2c34556e5848b2f45 (diff)
downloadhaskell-4cdd574abb156e0f527cea31db056686a8d3b2fa.tar.gz
configure: Bump version to 8.6.0
Bumps haddock submodule.
Diffstat (limited to 'utils')
m---------utils/haddock0
-rw-r--r--utils/iserv-proxy/iserv-proxy.cabal6
-rw-r--r--utils/iserv/iserv.cabal6
3 files changed, 6 insertions, 6 deletions
diff --git a/utils/haddock b/utils/haddock
-Subproject d58fff78de7d48546a22392cefdd0abab1f1cce
+Subproject 5e3cf5d8868323079ff5494a8225b0467404a5d
diff --git a/utils/iserv-proxy/iserv-proxy.cabal b/utils/iserv-proxy/iserv-proxy.cabal
index 1d1a2d499f..5d276b244d 100644
--- a/utils/iserv-proxy/iserv-proxy.cabal
+++ b/utils/iserv-proxy/iserv-proxy.cabal
@@ -1,5 +1,5 @@
Name: iserv-proxy
-Version: 8.5
+Version: 8.6
Copyright: XXX
License: BSD3
-- XXX License-File: LICENSE
@@ -71,8 +71,8 @@ Executable iserv-proxy
bytestring >= 0.10 && < 0.11,
containers >= 0.5 && < 0.6,
deepseq >= 1.4 && < 1.5,
- ghci == 8.5,
directory >= 1.3 && < 1.4,
network >= 2.6,
filepath >= 1.4 && < 1.5,
- libiserv == 8.5
+ ghci == 8.6.*,
+ libiserv == 8.6.*
diff --git a/utils/iserv/iserv.cabal b/utils/iserv/iserv.cabal
index f02d208262..405b26f0d8 100644
--- a/utils/iserv/iserv.cabal
+++ b/utils/iserv/iserv.cabal
@@ -1,5 +1,5 @@
Name: iserv
-Version: 8.5
+Version: 8.6.1
Copyright: XXX
License: BSD3
-- XXX License-File: LICENSE
@@ -35,8 +35,8 @@ Executable iserv
bytestring >= 0.10 && < 0.11,
containers >= 0.5 && < 0.6,
deepseq >= 1.4 && < 1.5,
- ghci == 8.5.*,
- libiserv == 8.5
+ ghci == 8.6.*,
+ libiserv == 8.6.*
if os(windows)
Cpp-Options: -DWINDOWS