diff options
author | Ben Gamari <ben@smart-cactus.org> | 2019-11-16 18:33:17 -0500 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2019-11-23 18:56:36 -0500 |
commit | e85c9b22e94cdc31d59ffc5ff72fcb5b4597d683 (patch) | |
tree | 7193e2878ee193d45f28ce6e8907081d070ab7ff /configure.ac | |
parent | 15f1dc3316db0b07434862de8382b4ddd27fecca (diff) | |
download | haskell-e85c9b22e94cdc31d59ffc5ff72fcb5b4597d683.tar.gz |
Bump ghc version to 8.11
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 5e6f7d8723..59541f002f 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], [8.10.0], [glasgow-haskell-bugs@haskell.org], [ghc-AC_PACKAGE_VERSION]) +AC_INIT([The Glorious Glasgow Haskell Compilation System], [8.11.0], [glasgow-haskell-bugs@haskell.org], [ghc-AC_PACKAGE_VERSION]) # Set this to YES for a released version, otherwise NO : ${RELEASE=NO} |