From 1ccf986868a8b8f284639602e140c4977e4d87f6 Mon Sep 17 00:00:00 2001
From: Zubin Duggal <zubin.duggal@gmail.com>
Date: Sun, 8 Aug 2021 20:07:08 +0530
Subject: [PATCH] Bump version to 8.10.6

---
 configure.ac                | 2 +-
 libraries/base/changelog.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index 50b7edb45375..1e816b0b20b7 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 396542c9364e..2695af1c4424 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)
 
-- 
GitLab