[commit: ghc] ghc-8.4: Bump version to 8.4 (ee2acdf)

git at git.haskell.org git at git.haskell.org
Mon Dec 11 20:36:25 UTC 2017


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

On branch  : ghc-8.4
Link       : http://ghc.haskell.org/trac/ghc/changeset/ee2acdf5f09f3c2abb014928ee28dc0db0056486/ghc

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

commit ee2acdf5f09f3c2abb014928ee28dc0db0056486
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Mon Dec 4 17:01:15 2017 -0500

    Bump version to 8.4
    
    Updates haddock dsubmodule


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

ee2acdf5f09f3c2abb014928ee28dc0db0056486
 configure.ac                                      | 2 +-
 iserv/iserv-bin.cabal                             | 6 +++---
 libraries/template-haskell/template-haskell.cabal | 2 +-
 utils/haddock                                     | 2 +-
 4 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/configure.ac b/configure.ac
index d67e5bd..01496b1 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.3], [glasgow-haskell-bugs at haskell.org], [ghc-AC_PACKAGE_VERSION])
+AC_INIT([The Glorious Glasgow Haskell Compilation System], [8.4.0], [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/iserv/iserv-bin.cabal b/iserv/iserv-bin.cabal
index 846a111..4c68d8b 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.4.*,
                    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.4.*
 
     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.4.*,
                   directory  >= 1.3 && < 1.4,
                   network    >= 2.6,
                   filepath   >= 1.4 && < 1.5,
diff --git a/libraries/template-haskell/template-haskell.cabal b/libraries/template-haskell/template-haskell.cabal
index 887865d..ea380ea 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.12,
-        ghc-boot-th == 8.3,
+        ghc-boot-th == 8.4.*,
         pretty      == 1.1.*
 
     ghc-options: -Wall
diff --git a/utils/haddock b/utils/haddock
index ae0d140..e329a73 160000
--- a/utils/haddock
+++ b/utils/haddock
@@ -1 +1 @@
-Subproject commit ae0d140334fff57f2737dbd7c5804b4868d9c3ab
+Subproject commit e329a73765c510774e3a3f54472bcdeca48613f6



More information about the ghc-commits mailing list