summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2018-06-20 17:11:20 -0400
committerBen Gamari <ben@smart-cactus.org>2018-06-20 18:26:35 -0400
commitc7cd5a643557a80fbeb96663281f2ab7523a2055 (patch)
tree538671354e128370c468dacf13d93524903b74ee
parentc35ad6e0b3c62976e6251f1e9c47fe83ff15f4ce (diff)
downloadhaskell-ghc-8.7-start.tar.gz
configure: Set version to 8.7ghc-8.7-start
Bumps haddock submodule.
-rw-r--r--configure.ac2
-rw-r--r--libraries/libiserv/libiserv.cabal4
-rw-r--r--libraries/template-haskell/template-haskell.cabal2
m---------utils/haddock0
-rw-r--r--utils/iserv/iserv.cabal6
5 files changed, 7 insertions, 7 deletions
diff --git a/configure.ac b/configure.ac
index 1f98407435..5301a6e435 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,7 +13,7 @@ dnl
# see what flags are available. (Better yet, read the documentation!)
#
-AC_INIT([The Glorious Glasgow Haskell Compilation System], [8.6.0], [glasgow-haskell-bugs@haskell.org], [ghc-AC_PACKAGE_VERSION])
+AC_INIT([The Glorious Glasgow Haskell Compilation System], [8.7.0], [glasgow-haskell-bugs@haskell.org], [ghc-AC_PACKAGE_VERSION])
# Set this to YES for a released version, otherwise NO
: ${RELEASE=NO}
diff --git a/libraries/libiserv/libiserv.cabal b/libraries/libiserv/libiserv.cabal
index 183e7774d2..f29875cd7d 100644
--- a/libraries/libiserv/libiserv.cabal
+++ b/libraries/libiserv/libiserv.cabal
@@ -1,5 +1,5 @@
Name: libiserv
-Version: 8.6.1
+Version: 8.7.1
Copyright: XXX
License: BSD3
License-File: LICENSE
@@ -25,7 +25,7 @@ Library
bytestring >= 0.10 && < 0.11,
containers >= 0.5 && < 0.7,
deepseq >= 1.4 && < 1.5,
- ghci == 8.6.*
+ ghci == 8.7.*
if flag(network)
Exposed-Modules: Remote.Message
, Remote.Slave
diff --git a/libraries/template-haskell/template-haskell.cabal b/libraries/template-haskell/template-haskell.cabal
index 590babd2f4..6cd156ccb6 100644
--- a/libraries/template-haskell/template-haskell.cabal
+++ b/libraries/template-haskell/template-haskell.cabal
@@ -52,7 +52,7 @@ Library
build-depends:
base >= 4.9 && < 4.13,
- ghc-boot-th == 8.6.*,
+ ghc-boot-th == 8.7.*,
pretty == 1.1.*
ghc-options: -Wall
diff --git a/utils/haddock b/utils/haddock
-Subproject 679f61210b18acd6299687fca66c81196ca358a
+Subproject 3266a962f7b6083b4b48cb66e70c62e3157df93
diff --git a/utils/iserv/iserv.cabal b/utils/iserv/iserv.cabal
index 684da9410b..af0e385abe 100644
--- a/utils/iserv/iserv.cabal
+++ b/utils/iserv/iserv.cabal
@@ -1,5 +1,5 @@
Name: iserv
-Version: 8.6.1
+Version: 8.7.1
Copyright: XXX
License: BSD3
-- XXX License-File: LICENSE
@@ -35,8 +35,8 @@ Executable iserv
bytestring >= 0.10 && < 0.11,
containers >= 0.5 && < 0.7,
deepseq >= 1.4 && < 1.5,
- ghci == 8.6.*,
- libiserv == 8.6.*
+ ghci == 8.7.*,
+ libiserv == 8.7.*
if os(windows)
Cpp-Options: -DWINDOWS