summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZubin Duggal <zubin.duggal@gmail.com>2021-12-23 00:26:58 +0530
committerZubin Duggal <zubin.duggal@gmail.com>2021-12-23 00:26:58 +0530
commitef850c22650ed28118fae06e67fd3648258825aa (patch)
tree397c3629686bf2773d96c48864be073fab9daa35
parent1edb82955d4afea5f95b676fc6823d3aec5d86c7 (diff)
downloadhaskell-ef850c22650ed28118fae06e67fd3648258825aa.tar.gz
Bump ghc version to 9.0.2
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index e8756548bd..f84617826a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,7 +13,7 @@ dnl
# see what flags are available. (Better yet, read the documentation!)
#
-AC_INIT([The Glorious Glasgow Haskell Compilation System], [9.0.1], [glasgow-haskell-bugs@haskell.org], [ghc-AC_PACKAGE_VERSION])
+AC_INIT([The Glorious Glasgow Haskell Compilation System], [9.0.2], [glasgow-haskell-bugs@haskell.org], [ghc-AC_PACKAGE_VERSION])
# Set this to YES for a released version, otherwise NO
: ${RELEASE=YES}