[commit: ghc] wip/ghc-8.8-merges: Bump version to 8.8 (0300ea7)
git at git.haskell.org
git at git.haskell.org
Tue Mar 12 13:14:53 UTC 2019
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/ghc-8.8-merges
Link : http://ghc.haskell.org/trac/ghc/changeset/0300ea748279efd22ba9d6e6f491550e4aaf5932/ghc
>---------------------------------------------------------------
commit 0300ea748279efd22ba9d6e6f491550e4aaf5932
Author: Ben Gamari <ben at smart-cactus.org>
Date: Fri Mar 1 20:03:56 2019 -0500
Bump version to 8.8
>---------------------------------------------------------------
0300ea748279efd22ba9d6e6f491550e4aaf5932
configure.ac | 2 +-
libraries/template-haskell/template-haskell.cabal | 2 +-
utils/haddock | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/configure.ac b/configure.ac
index b75220d..7e508c9 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.7], [glasgow-haskell-bugs at haskell.org], [ghc-AC_PACKAGE_VERSION])
+AC_INIT([The Glorious Glasgow Haskell Compilation System], [8.8], [glasgow-haskell-bugs at haskell.org], [ghc-AC_PACKAGE_VERSION])
# Set this to YES for a released version, otherwise NO
: ${RELEASE=NO}
diff --git a/libraries/template-haskell/template-haskell.cabal b/libraries/template-haskell/template-haskell.cabal
index cdb60c4..ecd42a6 100644
--- a/libraries/template-haskell/template-haskell.cabal
+++ b/libraries/template-haskell/template-haskell.cabal
@@ -52,7 +52,7 @@ Library
build-depends:
base >= 4.11 && < 4.14,
- ghc-boot-th == 8.7.*,
+ ghc-boot-th == 8.8.*,
pretty == 1.1.*
ghc-options: -Wall
diff --git a/utils/haddock b/utils/haddock
index 21e4f3f..3e4d6cf 160000
--- a/utils/haddock
+++ b/utils/haddock
@@ -1 +1 @@
-Subproject commit 21e4f3fa6f73a9b25f3deed80da0e56024238ea5
+Subproject commit 3e4d6cfb2b4c79d5121487a623bd2944eba0e068
More information about the ghc-commits
mailing list