[commit: ghc] wip/angerman/backport/8.6/reinstallable-lib-ghc: Set RELEASE=NO (1d5b97c)

git at git.haskell.org git at git.haskell.org
Fri Mar 8 01:44:49 UTC 2019


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

On branch  : wip/angerman/backport/8.6/reinstallable-lib-ghc
Link       : http://ghc.haskell.org/trac/ghc/changeset/1d5b97c2c1b14e7ae28e2b75d5b3a4d7c8c05c5d/ghc

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

commit 1d5b97c2c1b14e7ae28e2b75d5b3a4d7c8c05c5d
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Tue Mar 5 16:02:06 2019 -0500

    Set RELEASE=NO


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

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

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