
Luite Stegeman pushed to branch ghc-9.6 at Glasgow Haskell Compiler / GHC Commits: 0b018eba by Luite Stegeman at 2025-04-15T16:35:38+02:00 set RELEASE=NO - - - - - 1 changed file: - configure.ac Changes: ===================================== configure.ac ===================================== @@ -22,7 +22,7 @@ AC_INIT([The Glorious Glasgow Haskell Compilation System], [9.6.7], [glasgow-has AC_CONFIG_MACRO_DIRS([m4]) # 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 View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/0b018eba2898fc48cee03120d229dd04... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/0b018eba2898fc48cee03120d229dd04... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
Luite Stegeman (@luite)