[commit: ghc] wip/dwarf-bindists, wip/pare-down-ci, wip/std-hdr-llf, wip/test-hadrian-caching, wip/validate-ci, wip/zip7-fusion: Bump ghc version to 8.9 (aa79f65)

git at git.haskell.org git at git.haskell.org
Thu Feb 21 15:08:20 UTC 2019


Repository : ssh://git@git.haskell.org/ghc

On branches: wip/dwarf-bindists,wip/pare-down-ci,wip/std-hdr-llf,wip/test-hadrian-caching,wip/validate-ci,wip/zip7-fusion
Link       : http://ghc.haskell.org/trac/ghc/changeset/aa79f65c06fbe2bbca08de1d02b30ee4fa53d1b4/ghc

>---------------------------------------------------------------

commit aa79f65c06fbe2bbca08de1d02b30ee4fa53d1b4
Author: Ryan Scott <ryan.gl.scott at gmail.com>
Date:   Thu Feb 14 09:12:20 2019 -0500

    Bump ghc version to 8.9
    
    Along the way, I discovered that `template-haskell.cabal` was
    hard-coding the GHC version (in the form of its `ghc-boot-th` version
    bounds), so I decided to make life a little simpler in the future by
    generating `template-haskell.cabal` with autoconf.


>---------------------------------------------------------------

aa79f65c06fbe2bbca08de1d02b30ee4fa53d1b4
 .gitignore                                                        | 1 +
 configure.ac                                                      | 4 ++--
 .../{template-haskell.cabal => template-haskell.cabal.in}         | 6 +++++-
 testsuite/tests/haddock/haddock_testsuite/all.T                   | 8 ++++----
 utils/haddock                                                     | 2 +-
 5 files changed, 13 insertions(+), 8 deletions(-)

diff --git a/.gitignore b/.gitignore
index b205b24..f56f6ca 100644
--- a/.gitignore
+++ b/.gitignore
@@ -159,6 +159,7 @@ _darcs/
 /libraries/plus.gif
 /libraries/synopsis.png
 /libraries/stamp/
+/libraries/template-haskell/template-haskell.cabal
 /linter.log
 /mk/are-validating.mk
 /mk/build.mk
diff --git a/configure.ac b/configure.ac
index e269b96..a0b3d89 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.9], [glasgow-haskell-bugs at haskell.org], [ghc-AC_PACKAGE_VERSION])
 
 # Set this to YES for a released version, otherwise NO
 : ${RELEASE=NO}
@@ -1332,7 +1332,7 @@ checkMake380() {
 checkMake380 make
 checkMake380 gmake
 
-AC_CONFIG_FILES([mk/config.mk mk/install.mk mk/project.mk rts/rts.cabal compiler/ghc.cabal ghc/ghc-bin.cabal utils/iserv/iserv.cabal utils/iserv-proxy/iserv-proxy.cabal utils/runghc/runghc.cabal utils/gen-dll/gen-dll.cabal libraries/ghc-boot/ghc-boot.cabal libraries/ghc-boot-th/ghc-boot-th.cabal libraries/ghci/ghci.cabal libraries/ghc-heap/ghc-heap.cabal libraries/libiserv/libiserv.cabal settings docs/users_guide/ghc_config.py docs/index.html libraries/prologue.txt distrib/configure.ac])
+AC_CONFIG_FILES([mk/config.mk mk/install.mk mk/project.mk rts/rts.cabal compiler/ghc.cabal ghc/ghc-bin.cabal utils/iserv/iserv.cabal utils/iserv-proxy/iserv-proxy.cabal utils/runghc/runghc.cabal utils/gen-dll/gen-dll.cabal libraries/ghc-boot/ghc-boot.cabal libraries/ghc-boot-th/ghc-boot-th.cabal libraries/ghci/ghci.cabal libraries/ghc-heap/ghc-heap.cabal libraries/libiserv/libiserv.cabal libraries/template-haskell/template-haskell.cabal settings docs/users_guide/ghc_config.py docs/index.html libraries/prologue.txt distrib/configure.ac])
 AC_OUTPUT
 [
 if test "$print_make_warning" = "true"; then
diff --git a/libraries/template-haskell/template-haskell.cabal b/libraries/template-haskell/template-haskell.cabal.in
similarity index 88%
rename from libraries/template-haskell/template-haskell.cabal
rename to libraries/template-haskell/template-haskell.cabal.in
index cdb60c4..d689af1 100644
--- a/libraries/template-haskell/template-haskell.cabal
+++ b/libraries/template-haskell/template-haskell.cabal.in
@@ -1,3 +1,7 @@
+-- WARNING: template-haskell.cabal is automatically generated from template-haskell.cabal.in by
+-- ../../configure.  Make sure you are editing template-haskell.cabal.in, not
+-- template-haskell.cabal.
+
 name:           template-haskell
 version:        2.15.0.0
 -- NOTE: Don't forget to update ./changelog.md
@@ -52,7 +56,7 @@ Library
 
     build-depends:
         base        >= 4.11 && < 4.14,
-        ghc-boot-th == 8.7.*,
+        ghc-boot-th == @ProjectVersionMunged@,
         pretty      == 1.1.*
 
     ghc-options: -Wall
diff --git a/testsuite/tests/haddock/haddock_testsuite/all.T b/testsuite/tests/haddock/haddock_testsuite/all.T
index 1aa387b..df7dc74 100644
--- a/testsuite/tests/haddock/haddock_testsuite/all.T
+++ b/testsuite/tests/haddock/haddock_testsuite/all.T
@@ -1,19 +1,19 @@
 test('haddockHtmlTest',
-     [ignore_stdout, unless(in_tree_compiler(), skip), req_haddock],
+     [ignore_stdout, ignore_stderr, unless(in_tree_compiler(), skip), req_haddock],
      makefile_test,
      ['htmlTest'])
 
 test('haddockLatexTest',
-     [ignore_stdout, unless(in_tree_compiler(), skip), req_haddock],
+     [ignore_stdout, ignore_stderr, unless(in_tree_compiler(), skip), req_haddock],
      makefile_test,
      ['latexTest'])
 
 test('haddockHoogleTest',
-     [ignore_stdout, unless(in_tree_compiler(), skip), req_haddock],
+     [ignore_stdout, ignore_stderr, unless(in_tree_compiler(), skip), req_haddock],
      makefile_test,
      ['hoogleTest'])
 
 test('haddockHypsrcTest',
-     [ignore_stdout, unless(in_tree_compiler(), skip), req_haddock],
+     [ignore_stdout, ignore_stderr, unless(in_tree_compiler(), skip), req_haddock],
      makefile_test,
      ['hypsrcTest'])
diff --git a/utils/haddock b/utils/haddock
index edd500d..1a4715b 160000
--- a/utils/haddock
+++ b/utils/haddock
@@ -1 +1 @@
-Subproject commit edd500da16e44e3b211cbf3cb354db99a61f021c
+Subproject commit 1a4715b2c14d6387da91e74560845fb6cbe6808b



More information about the ghc-commits mailing list