[commit: ghc] ghc-8.2: Set RELEASE=NO (2716e43)

git at git.haskell.org git at git.haskell.org
Sat Jul 22 21:52:26 UTC 2017


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

On branch  : ghc-8.2
Link       : http://ghc.haskell.org/trac/ghc/changeset/2716e43cfd083c30b981d360e7a662061984ebaf/ghc

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

commit 2716e43cfd083c30b981d360e7a662061984ebaf
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Sat Jul 22 17:52:08 2017 -0400

    Set RELEASE=NO


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

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

diff --git a/configure.ac b/configure.ac
index f8bdd49..6d217a1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,7 +16,7 @@ dnl
 AC_INIT([The Glorious Glasgow Haskell Compilation System], [8.2.1], [glasgow-haskell-bugs at haskell.org], [ghc-AC_PACKAGE_VERSION])
 
 # Set this to YES for a released version, otherwise NO
-: ${RELEASE=YES}
+: ${RELEASE=NO}
 
 # The primary version (e.g. 7.5, 7.4.1) is set in the AC_INIT line
 # above.  If this is not a released version, then we will append the



More information about the ghc-commits mailing list