summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAustin Seipp <austin@well-typed.com>2014-12-22 10:02:59 -0600
committerAustin Seipp <austin@well-typed.com>2014-12-22 10:02:59 -0600
commit41e1cf18f897f0f7446f03c8ba9c174cf3962de8 (patch)
tree0af1e67ba9068c2580f36b4659d55609e495dcb1
parent18bf6d5de5c8eed68584921f46efca79d7d59d6a (diff)
downloadhaskell-41e1cf18f897f0f7446f03c8ba9c174cf3962de8.tar.gz
Revert "Bump version to 7.11"
This reverts commit 18bf6d5de5c8eed68584921f46efca79d7d59d6a. We forgot to tweak some of the submodule bounds. Fixes incoming soon.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 8fadf30352..97fdc2f749 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], [7.11], [glasgow-haskell-bugs@haskell.org], [ghc])
+AC_INIT([The Glorious Glasgow Haskell Compilation System], [7.9], [glasgow-haskell-bugs@haskell.org], [ghc])
# Set this to YES for a released version, otherwise NO
: ${RELEASE=NO}