[commit: ghc] ghc-7.8: That should have been 7.8.0 (f30a016)

git at git.haskell.org git at git.haskell.org
Tue Feb 4 11:17:23 UTC 2014


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

On branch  : ghc-7.8
Link       : http://ghc.haskell.org/trac/ghc/changeset/f30a01626461c3824aa6bccb1ed633bee26382bc/ghc

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

commit f30a01626461c3824aa6bccb1ed633bee26382bc
Author: Austin Seipp <aseipp at pobox.com>
Date:   Tue Feb 4 05:17:15 2014 -0600

    That should have been 7.8.0
    
    Signed-off-by: Austin Seipp <aseipp at pobox.com>


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

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

diff --git a/configure.ac b/configure.ac
index 599cc6e..70749b1 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.8.1], [glasgow-haskell-bugs at haskell.org], [ghc])
+AC_INIT([The Glorious Glasgow Haskell Compilation System], [7.8.0], [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