[commit: ghc] ghc-8.4: configure: Set RELEASE=NO (4df0106)

git at git.haskell.org git at git.haskell.org
Fri Apr 20 00:21:35 UTC 2018


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

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

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

commit 4df0106890df687d32ad1941dd5ccb31a11438d8
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Thu Apr 19 20:20:23 2018 -0400

    configure: Set RELEASE=NO


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

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

diff --git a/configure.ac b/configure.ac
index b74938f..8bed181 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,7 +16,7 @@ dnl
 AC_INIT([The Glorious Glasgow Haskell Compilation System], [8.4.2], [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