[commit: ghc] ghc-8.2: Set RELEASE=NO (c387191)
git at git.haskell.org
git at git.haskell.org
Tue Nov 21 22:57:09 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : ghc-8.2
Link : http://ghc.haskell.org/trac/ghc/changeset/c3871913f00848eaa27c98c5598143e116bd178a/ghc
>---------------------------------------------------------------
commit c3871913f00848eaa27c98c5598143e116bd178a
Author: Ben Gamari <ben at smart-cactus.org>
Date: Tue Nov 21 16:59:24 2017 -0500
Set RELEASE=NO
>---------------------------------------------------------------
c3871913f00848eaa27c98c5598143e116bd178a
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 8fc0dc6..09e5554 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,7 +16,7 @@ dnl
AC_INIT([The Glorious Glasgow Haskell Compilation System], [8.2.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