[commit: ghc] ghc-8.0: configure: Revert RELEASE to NO (7984dc3)
git at git.haskell.org
git at git.haskell.org
Wed Jan 11 19:02:53 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : ghc-8.0
Link : http://ghc.haskell.org/trac/ghc/changeset/7984dc394e3136ef35e885e7c9a415294c72df0d/ghc
>---------------------------------------------------------------
commit 7984dc394e3136ef35e885e7c9a415294c72df0d
Author: Ben Gamari <ben at smart-cactus.org>
Date: Wed Jan 11 13:58:58 2017 -0500
configure: Revert RELEASE to NO
>---------------------------------------------------------------
7984dc394e3136ef35e885e7c9a415294c72df0d
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index a434a39..e61355d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,7 +16,7 @@ dnl
AC_INIT([The Glorious Glasgow Haskell Compilation System], [8.0.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