diff --git a/configure.ac b/configure.ac index 50b7edb453751f342ea136f57659032e8eae85ce..1e816b0b20b7480f62b22cccdf43f38a5f7a3776 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 396542c9364e78a4041443d43d08de094dd26242..2695af1c44245e00b533db6984179a3a46d9976f 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)