[commit: ghc] master: Revert "Bump version to 7.11" (41e1cf1)

git at git.haskell.org git at git.haskell.org
Mon Dec 22 16:02:07 UTC 2014


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/41e1cf18f897f0f7446f03c8ba9c174cf3962de8/ghc

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

commit 41e1cf18f897f0f7446f03c8ba9c174cf3962de8
Author: Austin Seipp <austin at well-typed.com>
Date:   Mon Dec 22 10:02:59 2014 -0600

    Revert "Bump version to 7.11"
    
    This reverts commit 18bf6d5de5c8eed68584921f46efca79d7d59d6a.
    
    We forgot to tweak some of the submodule bounds. Fixes incoming soon.


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

41e1cf18f897f0f7446f03c8ba9c174cf3962de8
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 8fadf30..97fdc2f 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], [7.11], [glasgow-haskell-bugs at haskell.org], [ghc])
+AC_INIT([The Glorious Glasgow Haskell Compilation System], [7.9], [glasgow-haskell-bugs at haskell.org], [ghc])
 
 # Set this to YES for a released version, otherwise NO
 : ${RELEASE=NO}



More information about the ghc-commits mailing list