summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZubin Duggal <zubin.duggal@gmail.com>2021-08-08 20:07:08 +0530
committerZubin Duggal <zubin.duggal@gmail.com>2021-08-08 20:07:08 +0530
commit1ccf986868a8b8f284639602e140c4977e4d87f6 (patch)
treeb8bc16046fe60a1ec13d62a2209d0ad9eba27411
parentaf4d2d644ed208e3ba1a728954bdae4abf956a81 (diff)
downloadhaskell-1ccf986868a8b8f284639602e140c4977e4d87f6.tar.gz
Bump version to 8.10.6
-rw-r--r--configure.ac2
-rw-r--r--libraries/base/changelog.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 50b7edb453..1e816b0b20 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.5], [glasgow-haskell-bugs@haskell.org], [ghc-AC_PACKAGE_VERSION])
+AC_INIT([The Glorious Glasgow Haskell Compilation System], [8.10.6], [glasgow-haskell-bugs@haskell.org], [ghc-AC_PACKAGE_VERSION])
# Set this to YES for a released version, otherwise NO
: ${RELEASE=YES}
diff --git a/libraries/base/changelog.md b/libraries/base/changelog.md
index 396542c936..2695af1c44 100644
--- a/libraries/base/changelog.md
+++ b/libraries/base/changelog.md
@@ -2,7 +2,7 @@
## 4.14.3.0 *August 2021*
- * Bundled with GHC 8.10.5
+ * Bundled with GHC 8.10.6
* Check the buffer size *before* calling the continuation in withEncodedCString (#20107)