From b4012b61b75c976a00d09bd0eda8876e4d687b61 Mon Sep 17 00:00:00 2001
From: Ryan Scott <ryan.gl.scott@gmail.com>
Date: Fri, 13 Apr 2018 11:31:09 -0400
Subject: [PATCH] Bump version numbers: base-4.11.1.0, integer-gmp-1.0.2.0

This takes care of bumping the `base` and `integer-gmp`
minor version numbers in anticipation of a GHC 8.4.2 release.

While I was in town, I also filled in a `@since TODO` Haddock
annotation for `powModSecInteger` in `integer-gmp` with
`1.0.2.0`, and updated the changelog accordingly.

Test Plan: ./validate

Reviewers: hvr, goldfire, bgamari

Reviewed By: bgamari

Subscribers: thomie, carter

GHC Trac Issues: #15025

Differential Revision: https://phabricator.haskell.org/D4586

(cherry picked from commit c4814ab6b8d756ae0e32c9a9f44e4888c4e24763)
---
 docs/users_guide/8.4.2-notes.rst                   | 14 ++++++++++----
 libraries/base/base.cabal                          |  2 +-
 libraries/base/changelog.md                        |  2 ++
 libraries/integer-gmp/changelog.md                 |  7 +++++++
 libraries/integer-gmp/integer-gmp.cabal            |  2 +-
 libraries/integer-gmp/src/GHC/Integer/Type.hs      |  2 +-
 testsuite/tests/ado/ado004.stderr                  |  4 ++--
 .../tests/backpack/should_compile/bkp16.stderr     |  4 ++--
 .../tests/backpack/should_fail/bkpfail16.stderr    |  4 ++--
 .../tests/backpack/should_fail/bkpfail17.stderr    |  4 ++--
 .../tests/backpack/should_fail/bkpfail19.stderr    |  4 ++--
 .../tests/determinism/determ021/determ021.stdout   |  8 ++++----
 testsuite/tests/driver/json2.stderr                |  6 +++---
 testsuite/tests/ghci/scripts/ghci008.stdout        |  4 ++--
 .../indexed-types/should_compile/T3017.stderr      |  4 ++--
 .../tests/partial-sigs/should_compile/ADT.stderr   |  4 ++--
 .../partial-sigs/should_compile/AddAndOr1.stderr   |  4 ++--
 .../partial-sigs/should_compile/AddAndOr2.stderr   |  4 ++--
 .../partial-sigs/should_compile/AddAndOr3.stderr   |  4 ++--
 .../partial-sigs/should_compile/AddAndOr4.stderr   |  4 ++--
 .../partial-sigs/should_compile/AddAndOr5.stderr   |  4 ++--
 .../partial-sigs/should_compile/AddAndOr6.stderr   |  4 ++--
 .../partial-sigs/should_compile/BoolToBool.stderr  |  4 ++--
 .../should_compile/DataFamilyInstanceLHS.stderr    |  4 ++--
 .../should_compile/Defaulting1MROn.stderr          |  4 ++--
 .../should_compile/Defaulting2MROff.stderr         |  4 ++--
 .../should_compile/Defaulting2MROn.stderr          |  4 ++--
 .../partial-sigs/should_compile/Either.stderr      |  4 ++--
 .../should_compile/EqualityConstraint.stderr       |  4 ++--
 .../tests/partial-sigs/should_compile/Every.stderr |  4 ++--
 .../partial-sigs/should_compile/EveryNamed.stderr  |  4 ++--
 .../should_compile/ExpressionSig.stderr            |  4 ++--
 .../should_compile/ExpressionSigNamed.stderr       |  4 ++--
 .../should_compile/ExtraConstraints1.stderr        |  4 ++--
 .../should_compile/ExtraConstraints2.stderr        |  4 ++--
 .../should_compile/ExtraConstraints3.stderr        |  4 ++--
 .../should_compile/ExtraNumAMROff.stderr           |  4 ++--
 .../should_compile/ExtraNumAMROn.stderr            |  4 ++--
 .../partial-sigs/should_compile/Forall1.stderr     |  4 ++--
 .../partial-sigs/should_compile/GenNamed.stderr    |  4 ++--
 .../partial-sigs/should_compile/HigherRank1.stderr |  4 ++--
 .../partial-sigs/should_compile/HigherRank2.stderr |  4 ++--
 .../should_compile/LocalDefinitionBug.stderr       |  4 ++--
 .../partial-sigs/should_compile/Meltdown.stderr    |  4 ++--
 .../should_compile/MonoLocalBinds.stderr           |  4 ++--
 .../partial-sigs/should_compile/NamedTyVar.stderr  |  4 ++--
 .../NamedWildcardInDataFamilyInstanceLHS.stderr    |  4 ++--
 .../NamedWildcardInTypeFamilyInstanceLHS.stderr    |  4 ++--
 .../should_compile/ParensAroundContext.stderr      |  4 ++--
 .../partial-sigs/should_compile/PatBind.stderr     |  4 ++--
 .../partial-sigs/should_compile/PatBind2.stderr    |  4 ++--
 .../partial-sigs/should_compile/PatternSig.stderr  |  4 ++--
 .../partial-sigs/should_compile/Recursive.stderr   |  4 ++--
 .../should_compile/ScopedNamedWildcards.stderr     |  4 ++--
 .../should_compile/ScopedNamedWildcardsGood.stderr |  4 ++--
 .../partial-sigs/should_compile/ShowNamed.stderr   |  4 ++--
 .../partial-sigs/should_compile/SimpleGen.stderr   |  4 ++--
 .../partial-sigs/should_compile/SkipMany.stderr    |  4 ++--
 .../should_compile/SomethingShowable.stderr        |  4 ++--
 .../should_compile/TypeFamilyInstanceLHS.stderr    |  4 ++--
 .../partial-sigs/should_compile/Uncurry.stderr     |  4 ++--
 .../should_compile/UncurryNamed.stderr             |  4 ++--
 .../WarningWildcardInstantiations.stderr           |  4 ++--
 .../tests/rename/should_fail/rnfail040.stderr      |  2 +-
 testsuite/tests/roles/should_compile/Roles1.stderr |  4 ++--
 .../tests/roles/should_compile/Roles14.stderr      |  4 ++--
 testsuite/tests/roles/should_compile/Roles2.stderr |  4 ++--
 testsuite/tests/roles/should_compile/Roles3.stderr |  4 ++--
 testsuite/tests/roles/should_compile/Roles4.stderr |  4 ++--
 testsuite/tests/roles/should_compile/T8958.stderr  |  4 ++--
 testsuite/tests/safeHaskell/check/Check01.stderr   |  2 +-
 testsuite/tests/safeHaskell/check/Check06.stderr   |  2 +-
 testsuite/tests/safeHaskell/check/Check08.stderr   |  2 +-
 testsuite/tests/safeHaskell/check/Check09.stderr   |  2 +-
 .../tests/safeHaskell/check/pkg01/ImpSafe01.stderr |  2 +-
 .../tests/safeHaskell/check/pkg01/ImpSafe04.stderr |  2 +-
 .../tests/safeHaskell/flags/SafeFlags17.stderr     |  2 +-
 .../tests/typecheck/should_compile/T12763.stderr   |  4 ++--
 .../tests/typecheck/should_compile/holes.stderr    |  8 ++++----
 .../tests/typecheck/should_compile/holes3.stderr   |  8 ++++----
 .../tests/typecheck/should_compile/tc231.stderr    |  4 ++--
 .../should_fail/TcStaticPointersFail02.stderr      |  4 ++--
 .../tests/typecheck/should_fail/tcfail182.stderr   |  2 +-
 83 files changed, 174 insertions(+), 159 deletions(-)

diff --git a/docs/users_guide/8.4.2-notes.rst b/docs/users_guide/8.4.2-notes.rst
index 7002caae0d2f..e579e83c7c05 100644
--- a/docs/users_guide/8.4.2-notes.rst
+++ b/docs/users_guide/8.4.2-notes.rst
@@ -20,8 +20,8 @@ Full details
 Language
 ~~~~~~~~
 
-- Fix a regression in which derived `Read` instances for record data types
-  with field names ending with `#` (by way of :ghc-flag:`-XMagicHash`) would
+- Fix a regression in which derived ``Read`` instances for record data types
+  with field names ending with ``#`` (by way of :ghc-flag:`-XMagicHash`) would
   no longer parse valid output.
 
 Compiler
@@ -43,8 +43,14 @@ Template Haskell
 ``base`` library
 ~~~~~~~~~~~~~~~~
 
-- Add the `readFieldHash` function to `GHC.Read` which behaves like
-  `readField`, but for a field that ends with a `#` symbol.
+- Add the ``readFieldHash`` function to ``GHC.Read`` which behaves like
+  ``readField``, but for a field that ends with a ``#`` symbol.
+
+``integer-gmp`` library
+~~~~~~~~~~~~~~~~~~~~~~~
+
+- Define ``powModSecInteger``, a "secure" version of ``powModInteger`` using
+  the ``mpz_powm_sec`` function.
 
 Build system
 ~~~~~~~~~~~~
diff --git a/libraries/base/base.cabal b/libraries/base/base.cabal
index 416d1add869c..47bb36bb198a 100644
--- a/libraries/base/base.cabal
+++ b/libraries/base/base.cabal
@@ -1,6 +1,6 @@
 cabal-version:  2.1
 name:           base
-version:        4.11.0.0
+version:        4.11.1.0
 -- NOTE: Don't forget to update ./changelog.md
 
 license:        BSD-3-Clause
diff --git a/libraries/base/changelog.md b/libraries/base/changelog.md
index cc3a8057ea9b..39771170c781 100644
--- a/libraries/base/changelog.md
+++ b/libraries/base/changelog.md
@@ -2,6 +2,8 @@
 
 
 ## 4.11.1.0 *TBA*
+  * Bundled with GHC 8.4.2
+
   * Add the `readFieldHash` function to `GHC.Read` which behaves like
     `readField`, but for a field that ends with a `#` symbol (#14918).
 
diff --git a/libraries/integer-gmp/changelog.md b/libraries/integer-gmp/changelog.md
index b817881191d8..51c84bc0475f 100644
--- a/libraries/integer-gmp/changelog.md
+++ b/libraries/integer-gmp/changelog.md
@@ -1,5 +1,12 @@
 # Changelog for [`integer-gmp` package](http://hackage.haskell.org/package/integer-gmp)
 
+## 1.0.2.0 *TBA*
+
+  * Bundled with GHC 8.4.2
+
+  * Define `powModSecInteger`, a "secure" version of `powModInteger` using the
+    `mpz_powm_sec` function.
+
 ## 1.0.1.0 *July 2017*
 
   * Bundled with GHC 8.2.1
diff --git a/libraries/integer-gmp/integer-gmp.cabal b/libraries/integer-gmp/integer-gmp.cabal
index 2f32b346274d..c60de3815c7a 100644
--- a/libraries/integer-gmp/integer-gmp.cabal
+++ b/libraries/integer-gmp/integer-gmp.cabal
@@ -1,5 +1,5 @@
 name:                integer-gmp
-version:             1.0.1.0
+version:             1.0.2.0
 synopsis:            Integer library based on GMP
 license:             BSD3
 license-file:        LICENSE
diff --git a/libraries/integer-gmp/src/GHC/Integer/Type.hs b/libraries/integer-gmp/src/GHC/Integer/Type.hs
index 5dcbdce2b86e..9ea7c0641c4e 100644
--- a/libraries/integer-gmp/src/GHC/Integer/Type.hs
+++ b/libraries/integer-gmp/src/GHC/Integer/Type.hs
@@ -1451,7 +1451,7 @@ powModInteger b e m = case m of
 -- supports it (GMP >= 5). Otherwise, it internally falls back to
 -- @'powModInteger'@, and a warning will be emitted when used.
 --
--- @since TODO
+-- @since 1.0.2.0
 {-# NOINLINE powModSecInteger #-}
 powModSecInteger :: Integer -> Integer -> Integer -> Integer
 powModSecInteger b e m = bigNatToInteger (powModSecSBigNat b' e' m')
diff --git a/testsuite/tests/ado/ado004.stderr b/testsuite/tests/ado/ado004.stderr
index c4c7c0b4fde3..4251f983f27b 100644
--- a/testsuite/tests/ado/ado004.stderr
+++ b/testsuite/tests/ado/ado004.stderr
@@ -44,5 +44,5 @@ TYPE SIGNATURES
 TYPE CONSTRUCTORS
 COERCION AXIOMS
 Dependent modules: []
-Dependent packages: [base-4.11.0.0, ghc-prim-0.5.2.0,
-                     integer-gmp-1.0.1.0]
+Dependent packages: [base-4.11.1.0, ghc-prim-0.5.2.0,
+                     integer-gmp-1.0.2.0]
diff --git a/testsuite/tests/backpack/should_compile/bkp16.stderr b/testsuite/tests/backpack/should_compile/bkp16.stderr
index 840d21f5f1ed..05731ecdc756 100644
--- a/testsuite/tests/backpack/should_compile/bkp16.stderr
+++ b/testsuite/tests/backpack/should_compile/bkp16.stderr
@@ -2,7 +2,7 @@
   [1 of 1] Compiling Int[sig]         ( p/Int.hsig, nothing )
 [2 of 2] Processing q
   Instantiating q
-  [1 of 1] Including p[Int=base-4.11.0.0:GHC.Exts]
-    Instantiating p[Int=base-4.11.0.0:GHC.Exts]
+  [1 of 1] Including p[Int=base-4.11.1.0:GHC.Exts]
+    Instantiating p[Int=base-4.11.1.0:GHC.Exts]
     [1 of 1] Including ghc-prim-0.5.2.0
     [1 of 1] Compiling Int[sig]         ( p/Int.hsig, bkp16.out/p/p-97PZnzqiJmd2hTwUNGdjod/Int.o )
diff --git a/testsuite/tests/backpack/should_fail/bkpfail16.stderr b/testsuite/tests/backpack/should_fail/bkpfail16.stderr
index 8cfc511e166e..e24158d4023a 100644
--- a/testsuite/tests/backpack/should_fail/bkpfail16.stderr
+++ b/testsuite/tests/backpack/should_fail/bkpfail16.stderr
@@ -2,8 +2,8 @@
   [1 of 1] Compiling ShouldFail[sig]  ( p/ShouldFail.hsig, nothing )
 [2 of 2] Processing q
   Instantiating q
-  [1 of 1] Including p[ShouldFail=base-4.11.0.0:Data.Bool]
-    Instantiating p[ShouldFail=base-4.11.0.0:Data.Bool]
+  [1 of 1] Including p[ShouldFail=base-4.11.1.0:Data.Bool]
+    Instantiating p[ShouldFail=base-4.11.1.0:Data.Bool]
     [1 of 1] Compiling ShouldFail[sig]  ( p/ShouldFail.hsig, bkpfail16.out/p/p-1OqLaT7dAn947wScQQKCw5/ShouldFail.o )
 
 bkpfail16.out/p/p-1OqLaT7dAn947wScQQKCw5/../ShouldFail.hi:1:1: error:
diff --git a/testsuite/tests/backpack/should_fail/bkpfail17.stderr b/testsuite/tests/backpack/should_fail/bkpfail17.stderr
index a417b7e2a9fa..ecf2e30696ad 100644
--- a/testsuite/tests/backpack/should_fail/bkpfail17.stderr
+++ b/testsuite/tests/backpack/should_fail/bkpfail17.stderr
@@ -2,8 +2,8 @@
   [1 of 1] Compiling ShouldFail[sig]  ( p/ShouldFail.hsig, nothing )
 [2 of 2] Processing q
   Instantiating q
-  [1 of 1] Including p[ShouldFail=base-4.11.0.0:Prelude]
-    Instantiating p[ShouldFail=base-4.11.0.0:Prelude]
+  [1 of 1] Including p[ShouldFail=base-4.11.1.0:Prelude]
+    Instantiating p[ShouldFail=base-4.11.1.0:Prelude]
     [1 of 1] Compiling ShouldFail[sig]  ( p/ShouldFail.hsig, bkpfail17.out/p/p-2W6J7O3LvroH97zGxbPEGF/ShouldFail.o )
 
 <no location info>: error:
diff --git a/testsuite/tests/backpack/should_fail/bkpfail19.stderr b/testsuite/tests/backpack/should_fail/bkpfail19.stderr
index 3aa8233925a4..5520e557c476 100644
--- a/testsuite/tests/backpack/should_fail/bkpfail19.stderr
+++ b/testsuite/tests/backpack/should_fail/bkpfail19.stderr
@@ -2,8 +2,8 @@
   [1 of 1] Compiling ShouldFail[sig]  ( p/ShouldFail.hsig, nothing )
 [2 of 2] Processing q
   Instantiating q
-  [1 of 1] Including p[ShouldFail=base-4.11.0.0:Data.STRef]
-    Instantiating p[ShouldFail=base-4.11.0.0:Data.STRef]
+  [1 of 1] Including p[ShouldFail=base-4.11.1.0:Data.STRef]
+    Instantiating p[ShouldFail=base-4.11.1.0:Data.STRef]
     [1 of 1] Compiling ShouldFail[sig]  ( p/ShouldFail.hsig, bkpfail19.out/p/p-CfyUIAu1JTRCDuXEyGszXN/ShouldFail.o )
 
 <no location info>: error:
diff --git a/testsuite/tests/determinism/determ021/determ021.stdout b/testsuite/tests/determinism/determ021/determ021.stdout
index 3e8d27b89652..ded4ec5b0c32 100644
--- a/testsuite/tests/determinism/determ021/determ021.stdout
+++ b/testsuite/tests/determinism/determ021/determ021.stdout
@@ -7,8 +7,8 @@ TYPE SIGNATURES
 TYPE CONSTRUCTORS
 COERCION AXIOMS
 Dependent modules: []
-Dependent packages: [base-4.11.0.0, ghc-prim-0.5.2.0,
-                     integer-gmp-1.0.1.0]
+Dependent packages: [base-4.11.1.0, ghc-prim-0.5.2.0,
+                     integer-gmp-1.0.2.0]
 [1 of 1] Compiling A                ( A.hs, A.o )
 TYPE SIGNATURES
   test2 ::
@@ -18,5 +18,5 @@ TYPE SIGNATURES
 TYPE CONSTRUCTORS
 COERCION AXIOMS
 Dependent modules: []
-Dependent packages: [base-4.11.0.0, ghc-prim-0.5.2.0,
-                     integer-gmp-1.0.1.0]
+Dependent packages: [base-4.11.1.0, ghc-prim-0.5.2.0,
+                     integer-gmp-1.0.2.0]
diff --git a/testsuite/tests/driver/json2.stderr b/testsuite/tests/driver/json2.stderr
index f6c342e8a1b1..4ed7ae73d31e 100644
--- a/testsuite/tests/driver/json2.stderr
+++ b/testsuite/tests/driver/json2.stderr
@@ -3,7 +3,7 @@ TYPE SIGNATURES
 TYPE CONSTRUCTORS
 COERCION AXIOMS
 Dependent modules: []
-Dependent packages: [base-4.11.0.0, ghc-prim-0.5.2.0,
-                     integer-gmp-1.0.1.0]
+Dependent packages: [base-4.11.1.0, ghc-prim-0.5.2.0,
+                     integer-gmp-1.0.2.0]
 [
- {"span": null,"doc": "TYPE SIGNATURES\n  foo :: forall a. a -> a\nTYPE CONSTRUCTORS\nCOERCION AXIOMS\nDependent modules: []\nDependent packages: [base-4.11.0.0, ghc-prim-0.5.2.0,\n                     integer-gmp-1.0.1.0]","severity": "SevOutput","reason": null}]
+ {"span": null,"doc": "TYPE SIGNATURES\n  foo :: forall a. a -> a\nTYPE CONSTRUCTORS\nCOERCION AXIOMS\nDependent modules: []\nDependent packages: [base-4.11.1.0, ghc-prim-0.5.2.0,\n                     integer-gmp-1.0.2.0]","severity": "SevOutput","reason": null}]
diff --git a/testsuite/tests/ghci/scripts/ghci008.stdout b/testsuite/tests/ghci/scripts/ghci008.stdout
index dc97101cc5a9..0cf0306c0cff 100644
--- a/testsuite/tests/ghci/scripts/ghci008.stdout
+++ b/testsuite/tests/ghci/scripts/ghci008.stdout
@@ -35,5 +35,5 @@ class (RealFrac a, Floating a) => RealFloat a where
   	-- Defined in ‘GHC.Float’
 instance RealFloat Float -- Defined in ‘GHC.Float’
 instance RealFloat Double -- Defined in ‘GHC.Float’
-base-4.11.0.0:Data.OldList.isPrefixOf :: Eq a => [a] -> [a] -> Bool
-  	-- Defined in ‘base-4.11.0.0:Data.OldList’
+base-4.11.1.0:Data.OldList.isPrefixOf :: Eq a => [a] -> [a] -> Bool
+  	-- Defined in ‘base-4.11.1.0:Data.OldList’
diff --git a/testsuite/tests/indexed-types/should_compile/T3017.stderr b/testsuite/tests/indexed-types/should_compile/T3017.stderr
index 4a0ac286a6dc..62b32664e818 100644
--- a/testsuite/tests/indexed-types/should_compile/T3017.stderr
+++ b/testsuite/tests/indexed-types/should_compile/T3017.stderr
@@ -20,5 +20,5 @@ INSTANCES
 FAMILY INSTANCES
   type Elem (ListColl a)
 Dependent modules: []
-Dependent packages: [base-4.11.0.0, ghc-prim-0.5.2.0,
-                     integer-gmp-1.0.1.0]
+Dependent packages: [base-4.11.1.0, ghc-prim-0.5.2.0,
+                     integer-gmp-1.0.2.0]
diff --git a/testsuite/tests/partial-sigs/should_compile/ADT.stderr b/testsuite/tests/partial-sigs/should_compile/ADT.stderr
index 0604f672a80e..d2399a9addb7 100644
--- a/testsuite/tests/partial-sigs/should_compile/ADT.stderr
+++ b/testsuite/tests/partial-sigs/should_compile/ADT.stderr
@@ -5,5 +5,5 @@ TYPE CONSTRUCTORS
   data Foo x y z = Foo x y z
 COERCION AXIOMS
 Dependent modules: []
-Dependent packages: [base-4.11.0.0, ghc-prim-0.5.2.0,
-                     integer-gmp-1.0.1.0]
+Dependent packages: [base-4.11.1.0, ghc-prim-0.5.2.0,
+                     integer-gmp-1.0.2.0]
diff --git a/testsuite/tests/partial-sigs/should_compile/AddAndOr1.stderr b/testsuite/tests/partial-sigs/should_compile/AddAndOr1.stderr
index baa760c26172..510e24fdf3fd 100644
--- a/testsuite/tests/partial-sigs/should_compile/AddAndOr1.stderr
+++ b/testsuite/tests/partial-sigs/should_compile/AddAndOr1.stderr
@@ -3,5 +3,5 @@ TYPE SIGNATURES
 TYPE CONSTRUCTORS
 COERCION AXIOMS
 Dependent modules: []
-Dependent packages: [base-4.11.0.0, ghc-prim-0.5.2.0,
-                     integer-gmp-1.0.1.0]
+Dependent packages: [base-4.11.1.0, ghc-prim-0.5.2.0,
+                     integer-gmp-1.0.2.0]
diff --git a/testsuite/tests/partial-sigs/should_compile/AddAndOr2.stderr b/testsuite/tests/partial-sigs/should_compile/AddAndOr2.stderr
index 68fc1e10bc5e..4ce53f90b4f9 100644
--- a/testsuite/tests/partial-sigs/should_compile/AddAndOr2.stderr
+++ b/testsuite/tests/partial-sigs/should_compile/AddAndOr2.stderr
@@ -3,5 +3,5 @@ TYPE SIGNATURES
 TYPE CONSTRUCTORS
 COERCION AXIOMS
 Dependent modules: []
-Dependent packages: [base-4.11.0.0, ghc-prim-0.5.2.0,
-                     integer-gmp-1.0.1.0]
+Dependent packages: [base-4.11.1.0, ghc-prim-0.5.2.0,
+                     integer-gmp-1.0.2.0]
diff --git a/testsuite/tests/partial-sigs/should_compile/AddAndOr3.stderr b/testsuite/tests/partial-sigs/should_compile/AddAndOr3.stderr
index e8e2bf736ecf..bef61fd6bfc6 100644
--- a/testsuite/tests/partial-sigs/should_compile/AddAndOr3.stderr
+++ b/testsuite/tests/partial-sigs/should_compile/AddAndOr3.stderr
@@ -3,5 +3,5 @@ TYPE SIGNATURES
 TYPE CONSTRUCTORS
 COERCION AXIOMS
 Dependent modules: []
-Dependent packages: [base-4.11.0.0, ghc-prim-0.5.2.0,
-                     integer-gmp-1.0.1.0]
+Dependent packages: [base-4.11.1.0, ghc-prim-0.5.2.0,
+                     integer-gmp-1.0.2.0]
diff --git a/testsuite/tests/partial-sigs/should_compile/AddAndOr4.stderr b/testsuite/tests/partial-sigs/should_compile/AddAndOr4.stderr
index 6e61f43ae848..ab9b5dd7721d 100644
--- a/testsuite/tests/partial-sigs/should_compile/AddAndOr4.stderr
+++ b/testsuite/tests/partial-sigs/should_compile/AddAndOr4.stderr
@@ -3,5 +3,5 @@ TYPE SIGNATURES
 TYPE CONSTRUCTORS
 COERCION AXIOMS
 Dependent modules: []
-Dependent packages: [base-4.11.0.0, ghc-prim-0.5.2.0,
-                     integer-gmp-1.0.1.0]
+Dependent packages: [base-4.11.1.0, ghc-prim-0.5.2.0,
+                     integer-gmp-1.0.2.0]
diff --git a/testsuite/tests/partial-sigs/should_compile/AddAndOr5.stderr b/testsuite/tests/partial-sigs/should_compile/AddAndOr5.stderr
index 6a825e45dc3f..f8139c0b5c98 100644
--- a/testsuite/tests/partial-sigs/should_compile/AddAndOr5.stderr
+++ b/testsuite/tests/partial-sigs/should_compile/AddAndOr5.stderr
@@ -3,5 +3,5 @@ TYPE SIGNATURES
 TYPE CONSTRUCTORS
 COERCION AXIOMS
 Dependent modules: []
-Dependent packages: [base-4.11.0.0, ghc-prim-0.5.2.0,
-                     integer-gmp-1.0.1.0]
+Dependent packages: [base-4.11.1.0, ghc-prim-0.5.2.0,
+                     integer-gmp-1.0.2.0]
diff --git a/testsuite/tests/partial-sigs/should_compile/AddAndOr6.stderr b/testsuite/tests/partial-sigs/should_compile/AddAndOr6.stderr
index 34f1e7f07a15..90a11e3e988b 100644
--- a/testsuite/tests/partial-sigs/should_compile/AddAndOr6.stderr
+++ b/testsuite/tests/partial-sigs/should_compile/AddAndOr6.stderr
@@ -3,5 +3,5 @@ TYPE SIGNATURES
 TYPE CONSTRUCTORS
 COERCION AXIOMS
 Dependent modules: []
-Dependent packages: [base-4.11.0.0, ghc-prim-0.5.2.0,
-                     integer-gmp-1.0.1.0]
+Dependent packages: [base-4.11.1.0, ghc-prim-0.5.2.0,
+                     integer-gmp-1.0.2.0]
diff --git a/testsuite/tests/partial-sigs/should_compile/BoolToBool.stderr b/testsuite/tests/partial-sigs/should_compile/BoolToBool.stderr
index 130ae5b60507..0ab5e9ce397c 100644
--- a/testsuite/tests/partial-sigs/should_compile/BoolToBool.stderr
+++ b/testsuite/tests/partial-sigs/should_compile/BoolToBool.stderr
@@ -3,5 +3,5 @@ TYPE SIGNATURES
 TYPE CONSTRUCTORS
 COERCION AXIOMS
 Dependent modules: []
-Dependent packages: [base-4.11.0.0, ghc-prim-0.5.2.0,
-                     integer-gmp-1.0.1.0]
+Dependent packages: [base-4.11.1.0, ghc-prim-0.5.2.0,
+                     integer-gmp-1.0.2.0]
diff --git a/testsuite/tests/partial-sigs/should_compile/DataFamilyInstanceLHS.stderr b/testsuite/tests/partial-sigs/should_compile/DataFamilyInstanceLHS.stderr
index 7777e4626f50..a7a6342037d8 100644
--- a/testsuite/tests/partial-sigs/should_compile/DataFamilyInstanceLHS.stderr
+++ b/testsuite/tests/partial-sigs/should_compile/DataFamilyInstanceLHS.stderr
@@ -20,5 +20,5 @@ COERCION AXIOMS
 FAMILY INSTANCES
   data instance Sing
 Dependent modules: []
-Dependent packages: [base-4.11.0.0, ghc-prim-0.5.2.0,
-                     integer-gmp-1.0.1.0]
+Dependent packages: [base-4.11.1.0, ghc-prim-0.5.2.0,
+                     integer-gmp-1.0.2.0]
diff --git a/testsuite/tests/partial-sigs/should_compile/Defaulting1MROn.stderr b/testsuite/tests/partial-sigs/should_compile/Defaulting1MROn.stderr
index dac63c480084..800d744f83e4 100644
--- a/testsuite/tests/partial-sigs/should_compile/Defaulting1MROn.stderr
+++ b/testsuite/tests/partial-sigs/should_compile/Defaulting1MROn.stderr
@@ -3,5 +3,5 @@ TYPE SIGNATURES
 TYPE CONSTRUCTORS
 COERCION AXIOMS
 Dependent modules: []
-Dependent packages: [base-4.11.0.0, ghc-prim-0.5.2.0,
-                     integer-gmp-1.0.1.0]
+Dependent packages: [base-4.11.1.0, ghc-prim-0.5.2.0,
+                     integer-gmp-1.0.2.0]
diff --git a/testsuite/tests/partial-sigs/should_compile/Defaulting2MROff.stderr b/testsuite/tests/partial-sigs/should_compile/Defaulting2MROff.stderr
index df1b5b8277c0..33726c2e9e1c 100644
--- a/testsuite/tests/partial-sigs/should_compile/Defaulting2MROff.stderr
+++ b/testsuite/tests/partial-sigs/should_compile/Defaulting2MROff.stderr
@@ -3,5 +3,5 @@ TYPE SIGNATURES
 TYPE CONSTRUCTORS
 COERCION AXIOMS
 Dependent modules: []
-Dependent packages: [base-4.11.0.0, ghc-prim-0.5.2.0,
-                     integer-gmp-1.0.1.0]
+Dependent packages: [base-4.11.1.0, ghc-prim-0.5.2.0,
+                     integer-gmp-1.0.2.0]
diff --git a/testsuite/tests/partial-sigs/should_compile/Defaulting2MROn.stderr b/testsuite/tests/partial-sigs/should_compile/Defaulting2MROn.stderr
index df1b5b8277c0..33726c2e9e1c 100644
--- a/testsuite/tests/partial-sigs/should_compile/Defaulting2MROn.stderr
+++ b/testsuite/tests/partial-sigs/should_compile/Defaulting2MROn.stderr
@@ -3,5 +3,5 @@ TYPE SIGNATURES
 TYPE CONSTRUCTORS
 COERCION AXIOMS
 Dependent modules: []
-Dependent packages: [base-4.11.0.0, ghc-prim-0.5.2.0,
-                     integer-gmp-1.0.1.0]
+Dependent packages: [base-4.11.1.0, ghc-prim-0.5.2.0,
+                     integer-gmp-1.0.2.0]
diff --git a/testsuite/tests/partial-sigs/should_compile/Either.stderr b/testsuite/tests/partial-sigs/should_compile/Either.stderr
index 83ac659d950c..5b3f4ce0b46b 100644
--- a/testsuite/tests/partial-sigs/should_compile/Either.stderr
+++ b/testsuite/tests/partial-sigs/should_compile/Either.stderr
@@ -3,5 +3,5 @@ TYPE SIGNATURES
 TYPE CONSTRUCTORS
 COERCION AXIOMS
 Dependent modules: []
-Dependent packages: [base-4.11.0.0, ghc-prim-0.5.2.0,
-                     integer-gmp-1.0.1.0]
+Dependent packages: [base-4.11.1.0, ghc-prim-0.5.2.0,
+                     integer-gmp-1.0.2.0]
diff --git a/testsuite/tests/partial-sigs/should_compile/EqualityConstraint.stderr b/testsuite/tests/partial-sigs/should_compile/EqualityConstraint.stderr
index cd10137027b1..043d0d4dd5df 100644
--- a/testsuite/tests/partial-sigs/should_compile/EqualityConstraint.stderr
+++ b/testsuite/tests/partial-sigs/should_compile/EqualityConstraint.stderr
@@ -3,5 +3,5 @@ TYPE SIGNATURES
 TYPE CONSTRUCTORS
 COERCION AXIOMS
 Dependent modules: []
-Dependent packages: [base-4.11.0.0, ghc-prim-0.5.2.0,
-                     integer-gmp-1.0.1.0]
+Dependent packages: [base-4.11.1.0, ghc-prim-0.5.2.0,
+                     integer-gmp-1.0.2.0]
diff --git a/testsuite/tests/partial-sigs/should_compile/Every.stderr b/testsuite/tests/partial-sigs/should_compile/Every.stderr
index abdb5d1ad1a8..abadad052596 100644
--- a/testsuite/tests/partial-sigs/should_compile/Every.stderr
+++ b/testsuite/tests/partial-sigs/should_compile/Every.stderr
@@ -3,5 +3,5 @@ TYPE SIGNATURES
 TYPE CONSTRUCTORS
 COERCION AXIOMS
 Dependent modules: []
-Dependent packages: [base-4.11.0.0, ghc-prim-0.5.2.0,
-                     integer-gmp-1.0.1.0]
+Dependent packages: [base-4.11.1.0, ghc-prim-0.5.2.0,
+                     integer-gmp-1.0.2.0]
diff --git a/testsuite/tests/partial-sigs/should_compile/EveryNamed.stderr b/testsuite/tests/partial-sigs/should_compile/EveryNamed.stderr
index 8c65e625adba..f4a87187ec35 100644
--- a/testsuite/tests/partial-sigs/should_compile/EveryNamed.stderr
+++ b/testsuite/tests/partial-sigs/should_compile/EveryNamed.stderr
@@ -3,5 +3,5 @@ TYPE SIGNATURES
 TYPE CONSTRUCTORS
 COERCION AXIOMS
 Dependent modules: []
-Dependent packages: [base-4.11.0.0, ghc-prim-0.5.2.0,
-                     integer-gmp-1.0.1.0]
+Dependent packages: [base-4.11.1.0, ghc-prim-0.5.2.0,
+                     integer-gmp-1.0.2.0]
diff --git a/testsuite/tests/partial-sigs/should_compile/ExpressionSig.stderr b/testsuite/tests/partial-sigs/should_compile/ExpressionSig.stderr
index 130ae5b60507..0ab5e9ce397c 100644
--- a/testsuite/tests/partial-sigs/should_compile/ExpressionSig.stderr
+++ b/testsuite/tests/partial-sigs/should_compile/ExpressionSig.stderr
@@ -3,5 +3,5 @@ TYPE SIGNATURES
 TYPE CONSTRUCTORS
 COERCION AXIOMS
 Dependent modules: []
-Dependent packages: [base-4.11.0.0, ghc-prim-0.5.2.0,
-                     integer-gmp-1.0.1.0]
+Dependent packages: [base-4.11.1.0, ghc-prim-0.5.2.0,
+                     integer-gmp-1.0.2.0]
diff --git a/testsuite/tests/partial-sigs/should_compile/ExpressionSigNamed.stderr b/testsuite/tests/partial-sigs/should_compile/ExpressionSigNamed.stderr
index 130ae5b60507..0ab5e9ce397c 100644
--- a/testsuite/tests/partial-sigs/should_compile/ExpressionSigNamed.stderr
+++ b/testsuite/tests/partial-sigs/should_compile/ExpressionSigNamed.stderr
@@ -3,5 +3,5 @@ TYPE SIGNATURES
 TYPE CONSTRUCTORS
 COERCION AXIOMS
 Dependent modules: []
-Dependent packages: [base-4.11.0.0, ghc-prim-0.5.2.0,
-                     integer-gmp-1.0.1.0]
+Dependent packages: [base-4.11.1.0, ghc-prim-0.5.2.0,
+                     integer-gmp-1.0.2.0]
diff --git a/testsuite/tests/partial-sigs/should_compile/ExtraConstraints1.stderr b/testsuite/tests/partial-sigs/should_compile/ExtraConstraints1.stderr
index 3d72b56d10d0..611d169bbe22 100644
--- a/testsuite/tests/partial-sigs/should_compile/ExtraConstraints1.stderr
+++ b/testsuite/tests/partial-sigs/should_compile/ExtraConstraints1.stderr
@@ -7,5 +7,5 @@ TYPE SIGNATURES
 TYPE CONSTRUCTORS
 COERCION AXIOMS
 Dependent modules: []
-Dependent packages: [base-4.11.0.0, ghc-prim-0.5.2.0,
-                     integer-gmp-1.0.1.0]
+Dependent packages: [base-4.11.1.0, ghc-prim-0.5.2.0,
+                     integer-gmp-1.0.2.0]
diff --git a/testsuite/tests/partial-sigs/should_compile/ExtraConstraints2.stderr b/testsuite/tests/partial-sigs/should_compile/ExtraConstraints2.stderr
index ae94dcc6f98b..86c5f4609f28 100644
--- a/testsuite/tests/partial-sigs/should_compile/ExtraConstraints2.stderr
+++ b/testsuite/tests/partial-sigs/should_compile/ExtraConstraints2.stderr
@@ -3,5 +3,5 @@ TYPE SIGNATURES
 TYPE CONSTRUCTORS
 COERCION AXIOMS
 Dependent modules: []
-Dependent packages: [base-4.11.0.0, ghc-prim-0.5.2.0,
-                     integer-gmp-1.0.1.0]
+Dependent packages: [base-4.11.1.0, ghc-prim-0.5.2.0,
+                     integer-gmp-1.0.2.0]
diff --git a/testsuite/tests/partial-sigs/should_compile/ExtraConstraints3.stderr b/testsuite/tests/partial-sigs/should_compile/ExtraConstraints3.stderr
index 2de561494581..2d5fe5cad339 100644
--- a/testsuite/tests/partial-sigs/should_compile/ExtraConstraints3.stderr
+++ b/testsuite/tests/partial-sigs/should_compile/ExtraConstraints3.stderr
@@ -230,5 +230,5 @@ TYPE SIGNATURES
 TYPE CONSTRUCTORS
 COERCION AXIOMS
 Dependent modules: []
-Dependent packages: [base-4.11.0.0, ghc-prim-0.5.2.0,
-                     integer-gmp-1.0.1.0]
+Dependent packages: [base-4.11.1.0, ghc-prim-0.5.2.0,
+                     integer-gmp-1.0.2.0]
diff --git a/testsuite/tests/partial-sigs/should_compile/ExtraNumAMROff.stderr b/testsuite/tests/partial-sigs/should_compile/ExtraNumAMROff.stderr
index 7de16b90275f..1c011009406b 100644
--- a/testsuite/tests/partial-sigs/should_compile/ExtraNumAMROff.stderr
+++ b/testsuite/tests/partial-sigs/should_compile/ExtraNumAMROff.stderr
@@ -3,5 +3,5 @@ TYPE SIGNATURES
 TYPE CONSTRUCTORS
 COERCION AXIOMS
 Dependent modules: []
-Dependent packages: [base-4.11.0.0, ghc-prim-0.5.2.0,
-                     integer-gmp-1.0.1.0]
+Dependent packages: [base-4.11.1.0, ghc-prim-0.5.2.0,
+                     integer-gmp-1.0.2.0]
diff --git a/testsuite/tests/partial-sigs/should_compile/ExtraNumAMROn.stderr b/testsuite/tests/partial-sigs/should_compile/ExtraNumAMROn.stderr
index 7de16b90275f..1c011009406b 100644
--- a/testsuite/tests/partial-sigs/should_compile/ExtraNumAMROn.stderr
+++ b/testsuite/tests/partial-sigs/should_compile/ExtraNumAMROn.stderr
@@ -3,5 +3,5 @@ TYPE SIGNATURES
 TYPE CONSTRUCTORS
 COERCION AXIOMS
 Dependent modules: []
-Dependent packages: [base-4.11.0.0, ghc-prim-0.5.2.0,
-                     integer-gmp-1.0.1.0]
+Dependent packages: [base-4.11.1.0, ghc-prim-0.5.2.0,
+                     integer-gmp-1.0.2.0]
diff --git a/testsuite/tests/partial-sigs/should_compile/Forall1.stderr b/testsuite/tests/partial-sigs/should_compile/Forall1.stderr
index 8f4bce17a2a0..026fdc5ad459 100644
--- a/testsuite/tests/partial-sigs/should_compile/Forall1.stderr
+++ b/testsuite/tests/partial-sigs/should_compile/Forall1.stderr
@@ -3,5 +3,5 @@ TYPE SIGNATURES
 TYPE CONSTRUCTORS
 COERCION AXIOMS
 Dependent modules: []
-Dependent packages: [base-4.11.0.0, ghc-prim-0.5.2.0,
-                     integer-gmp-1.0.1.0]
+Dependent packages: [base-4.11.1.0, ghc-prim-0.5.2.0,
+                     integer-gmp-1.0.2.0]
diff --git a/testsuite/tests/partial-sigs/should_compile/GenNamed.stderr b/testsuite/tests/partial-sigs/should_compile/GenNamed.stderr
index 130ae5b60507..0ab5e9ce397c 100644
--- a/testsuite/tests/partial-sigs/should_compile/GenNamed.stderr
+++ b/testsuite/tests/partial-sigs/should_compile/GenNamed.stderr
@@ -3,5 +3,5 @@ TYPE SIGNATURES
 TYPE CONSTRUCTORS
 COERCION AXIOMS
 Dependent modules: []
-Dependent packages: [base-4.11.0.0, ghc-prim-0.5.2.0,
-                     integer-gmp-1.0.1.0]
+Dependent packages: [base-4.11.1.0, ghc-prim-0.5.2.0,
+                     integer-gmp-1.0.2.0]
diff --git a/testsuite/tests/partial-sigs/should_compile/HigherRank1.stderr b/testsuite/tests/partial-sigs/should_compile/HigherRank1.stderr
index 4d2df7fda311..0561b3a7586b 100644
--- a/testsuite/tests/partial-sigs/should_compile/HigherRank1.stderr
+++ b/testsuite/tests/partial-sigs/should_compile/HigherRank1.stderr
@@ -3,5 +3,5 @@ TYPE SIGNATURES
 TYPE CONSTRUCTORS
 COERCION AXIOMS
 Dependent modules: []
-Dependent packages: [base-4.11.0.0, ghc-prim-0.5.2.0,
-                     integer-gmp-1.0.1.0]
+Dependent packages: [base-4.11.1.0, ghc-prim-0.5.2.0,
+                     integer-gmp-1.0.2.0]
diff --git a/testsuite/tests/partial-sigs/should_compile/HigherRank2.stderr b/testsuite/tests/partial-sigs/should_compile/HigherRank2.stderr
index 4d2df7fda311..0561b3a7586b 100644
--- a/testsuite/tests/partial-sigs/should_compile/HigherRank2.stderr
+++ b/testsuite/tests/partial-sigs/should_compile/HigherRank2.stderr
@@ -3,5 +3,5 @@ TYPE SIGNATURES
 TYPE CONSTRUCTORS
 COERCION AXIOMS
 Dependent modules: []
-Dependent packages: [base-4.11.0.0, ghc-prim-0.5.2.0,
-                     integer-gmp-1.0.1.0]
+Dependent packages: [base-4.11.1.0, ghc-prim-0.5.2.0,
+                     integer-gmp-1.0.2.0]
diff --git a/testsuite/tests/partial-sigs/should_compile/LocalDefinitionBug.stderr b/testsuite/tests/partial-sigs/should_compile/LocalDefinitionBug.stderr
index 1f549d7f9aa6..526c7151447f 100644
--- a/testsuite/tests/partial-sigs/should_compile/LocalDefinitionBug.stderr
+++ b/testsuite/tests/partial-sigs/should_compile/LocalDefinitionBug.stderr
@@ -3,5 +3,5 @@ TYPE SIGNATURES
 TYPE CONSTRUCTORS
 COERCION AXIOMS
 Dependent modules: []
-Dependent packages: [base-4.11.0.0, ghc-prim-0.5.2.0,
-                     integer-gmp-1.0.1.0]
+Dependent packages: [base-4.11.1.0, ghc-prim-0.5.2.0,
+                     integer-gmp-1.0.2.0]
diff --git a/testsuite/tests/partial-sigs/should_compile/Meltdown.stderr b/testsuite/tests/partial-sigs/should_compile/Meltdown.stderr
index 12d34ce56c5c..bf1548e5f16c 100644
--- a/testsuite/tests/partial-sigs/should_compile/Meltdown.stderr
+++ b/testsuite/tests/partial-sigs/should_compile/Meltdown.stderr
@@ -13,5 +13,5 @@ INSTANCES
     -- Defined at Meltdown.hs:11:10
   instance Monad (NukeMonad a b) -- Defined at Meltdown.hs:15:10
 Dependent modules: []
-Dependent packages: [base-4.11.0.0, ghc-prim-0.5.2.0,
-                     integer-gmp-1.0.1.0]
+Dependent packages: [base-4.11.1.0, ghc-prim-0.5.2.0,
+                     integer-gmp-1.0.2.0]
diff --git a/testsuite/tests/partial-sigs/should_compile/MonoLocalBinds.stderr b/testsuite/tests/partial-sigs/should_compile/MonoLocalBinds.stderr
index 1f549d7f9aa6..526c7151447f 100644
--- a/testsuite/tests/partial-sigs/should_compile/MonoLocalBinds.stderr
+++ b/testsuite/tests/partial-sigs/should_compile/MonoLocalBinds.stderr
@@ -3,5 +3,5 @@ TYPE SIGNATURES
 TYPE CONSTRUCTORS
 COERCION AXIOMS
 Dependent modules: []
-Dependent packages: [base-4.11.0.0, ghc-prim-0.5.2.0,
-                     integer-gmp-1.0.1.0]
+Dependent packages: [base-4.11.1.0, ghc-prim-0.5.2.0,
+                     integer-gmp-1.0.2.0]
diff --git a/testsuite/tests/partial-sigs/should_compile/NamedTyVar.stderr b/testsuite/tests/partial-sigs/should_compile/NamedTyVar.stderr
index 48b9762c73d5..06de3e3b972f 100644
--- a/testsuite/tests/partial-sigs/should_compile/NamedTyVar.stderr
+++ b/testsuite/tests/partial-sigs/should_compile/NamedTyVar.stderr
@@ -3,5 +3,5 @@ TYPE SIGNATURES
 TYPE CONSTRUCTORS
 COERCION AXIOMS
 Dependent modules: []
-Dependent packages: [base-4.11.0.0, ghc-prim-0.5.2.0,
-                     integer-gmp-1.0.1.0]
+Dependent packages: [base-4.11.1.0, ghc-prim-0.5.2.0,
+                     integer-gmp-1.0.2.0]
diff --git a/testsuite/tests/partial-sigs/should_compile/NamedWildcardInDataFamilyInstanceLHS.stderr b/testsuite/tests/partial-sigs/should_compile/NamedWildcardInDataFamilyInstanceLHS.stderr
index 2a17aba1e963..906296233620 100644
--- a/testsuite/tests/partial-sigs/should_compile/NamedWildcardInDataFamilyInstanceLHS.stderr
+++ b/testsuite/tests/partial-sigs/should_compile/NamedWildcardInDataFamilyInstanceLHS.stderr
@@ -19,5 +19,5 @@ COERCION AXIOMS
 FAMILY INSTANCES
   data instance Sing
 Dependent modules: []
-Dependent packages: [base-4.11.0.0, ghc-prim-0.5.2.0,
-                     integer-gmp-1.0.1.0]
+Dependent packages: [base-4.11.1.0, ghc-prim-0.5.2.0,
+                     integer-gmp-1.0.2.0]
diff --git a/testsuite/tests/partial-sigs/should_compile/NamedWildcardInTypeFamilyInstanceLHS.stderr b/testsuite/tests/partial-sigs/should_compile/NamedWildcardInTypeFamilyInstanceLHS.stderr
index 28723de839c8..e30bf7e89ea1 100644
--- a/testsuite/tests/partial-sigs/should_compile/NamedWildcardInTypeFamilyInstanceLHS.stderr
+++ b/testsuite/tests/partial-sigs/should_compile/NamedWildcardInTypeFamilyInstanceLHS.stderr
@@ -9,5 +9,5 @@ COERCION AXIOMS
     F _t = Int
       -- Defined at NamedWildcardInTypeFamilyInstanceLHS.hs:5:3
 Dependent modules: []
-Dependent packages: [base-4.11.0.0, ghc-prim-0.5.2.0,
-                     integer-gmp-1.0.1.0]
+Dependent packages: [base-4.11.1.0, ghc-prim-0.5.2.0,
+                     integer-gmp-1.0.2.0]
diff --git a/testsuite/tests/partial-sigs/should_compile/ParensAroundContext.stderr b/testsuite/tests/partial-sigs/should_compile/ParensAroundContext.stderr
index 9431aa699c56..14fa88e24ada 100644
--- a/testsuite/tests/partial-sigs/should_compile/ParensAroundContext.stderr
+++ b/testsuite/tests/partial-sigs/should_compile/ParensAroundContext.stderr
@@ -3,5 +3,5 @@ TYPE SIGNATURES
 TYPE CONSTRUCTORS
 COERCION AXIOMS
 Dependent modules: []
-Dependent packages: [base-4.11.0.0, ghc-prim-0.5.2.0,
-                     integer-gmp-1.0.1.0]
+Dependent packages: [base-4.11.1.0, ghc-prim-0.5.2.0,
+                     integer-gmp-1.0.2.0]
diff --git a/testsuite/tests/partial-sigs/should_compile/PatBind.stderr b/testsuite/tests/partial-sigs/should_compile/PatBind.stderr
index 6e58ce484901..f8514750f2fc 100644
--- a/testsuite/tests/partial-sigs/should_compile/PatBind.stderr
+++ b/testsuite/tests/partial-sigs/should_compile/PatBind.stderr
@@ -3,5 +3,5 @@ TYPE SIGNATURES
 TYPE CONSTRUCTORS
 COERCION AXIOMS
 Dependent modules: []
-Dependent packages: [base-4.11.0.0, ghc-prim-0.5.2.0,
-                     integer-gmp-1.0.1.0]
+Dependent packages: [base-4.11.1.0, ghc-prim-0.5.2.0,
+                     integer-gmp-1.0.2.0]
diff --git a/testsuite/tests/partial-sigs/should_compile/PatBind2.stderr b/testsuite/tests/partial-sigs/should_compile/PatBind2.stderr
index e0bb4fcfe495..e227d7d7cc16 100644
--- a/testsuite/tests/partial-sigs/should_compile/PatBind2.stderr
+++ b/testsuite/tests/partial-sigs/should_compile/PatBind2.stderr
@@ -3,5 +3,5 @@ TYPE SIGNATURES
 TYPE CONSTRUCTORS
 COERCION AXIOMS
 Dependent modules: []
-Dependent packages: [base-4.11.0.0, ghc-prim-0.5.2.0,
-                     integer-gmp-1.0.1.0]
+Dependent packages: [base-4.11.1.0, ghc-prim-0.5.2.0,
+                     integer-gmp-1.0.2.0]
diff --git a/testsuite/tests/partial-sigs/should_compile/PatternSig.stderr b/testsuite/tests/partial-sigs/should_compile/PatternSig.stderr
index 130ae5b60507..0ab5e9ce397c 100644
--- a/testsuite/tests/partial-sigs/should_compile/PatternSig.stderr
+++ b/testsuite/tests/partial-sigs/should_compile/PatternSig.stderr
@@ -3,5 +3,5 @@ TYPE SIGNATURES
 TYPE CONSTRUCTORS
 COERCION AXIOMS
 Dependent modules: []
-Dependent packages: [base-4.11.0.0, ghc-prim-0.5.2.0,
-                     integer-gmp-1.0.1.0]
+Dependent packages: [base-4.11.1.0, ghc-prim-0.5.2.0,
+                     integer-gmp-1.0.2.0]
diff --git a/testsuite/tests/partial-sigs/should_compile/Recursive.stderr b/testsuite/tests/partial-sigs/should_compile/Recursive.stderr
index 45c936fb13c5..6c39c21e4196 100644
--- a/testsuite/tests/partial-sigs/should_compile/Recursive.stderr
+++ b/testsuite/tests/partial-sigs/should_compile/Recursive.stderr
@@ -5,5 +5,5 @@ TYPE SIGNATURES
 TYPE CONSTRUCTORS
 COERCION AXIOMS
 Dependent modules: []
-Dependent packages: [base-4.11.0.0, ghc-prim-0.5.2.0,
-                     integer-gmp-1.0.1.0]
+Dependent packages: [base-4.11.1.0, ghc-prim-0.5.2.0,
+                     integer-gmp-1.0.2.0]
diff --git a/testsuite/tests/partial-sigs/should_compile/ScopedNamedWildcards.stderr b/testsuite/tests/partial-sigs/should_compile/ScopedNamedWildcards.stderr
index 4615a2b751fe..b4c527007102 100644
--- a/testsuite/tests/partial-sigs/should_compile/ScopedNamedWildcards.stderr
+++ b/testsuite/tests/partial-sigs/should_compile/ScopedNamedWildcards.stderr
@@ -3,5 +3,5 @@ TYPE SIGNATURES
 TYPE CONSTRUCTORS
 COERCION AXIOMS
 Dependent modules: []
-Dependent packages: [base-4.11.0.0, ghc-prim-0.5.2.0,
-                     integer-gmp-1.0.1.0]
+Dependent packages: [base-4.11.1.0, ghc-prim-0.5.2.0,
+                     integer-gmp-1.0.2.0]
diff --git a/testsuite/tests/partial-sigs/should_compile/ScopedNamedWildcardsGood.stderr b/testsuite/tests/partial-sigs/should_compile/ScopedNamedWildcardsGood.stderr
index df0d2f14b1d4..d2e89d5a45a0 100644
--- a/testsuite/tests/partial-sigs/should_compile/ScopedNamedWildcardsGood.stderr
+++ b/testsuite/tests/partial-sigs/should_compile/ScopedNamedWildcardsGood.stderr
@@ -3,5 +3,5 @@ TYPE SIGNATURES
 TYPE CONSTRUCTORS
 COERCION AXIOMS
 Dependent modules: []
-Dependent packages: [base-4.11.0.0, ghc-prim-0.5.2.0,
-                     integer-gmp-1.0.1.0]
+Dependent packages: [base-4.11.1.0, ghc-prim-0.5.2.0,
+                     integer-gmp-1.0.2.0]
diff --git a/testsuite/tests/partial-sigs/should_compile/ShowNamed.stderr b/testsuite/tests/partial-sigs/should_compile/ShowNamed.stderr
index 0b23a6d50be4..2c6c54eeb273 100644
--- a/testsuite/tests/partial-sigs/should_compile/ShowNamed.stderr
+++ b/testsuite/tests/partial-sigs/should_compile/ShowNamed.stderr
@@ -3,5 +3,5 @@ TYPE SIGNATURES
 TYPE CONSTRUCTORS
 COERCION AXIOMS
 Dependent modules: []
-Dependent packages: [base-4.11.0.0, ghc-prim-0.5.2.0,
-                     integer-gmp-1.0.1.0]
+Dependent packages: [base-4.11.1.0, ghc-prim-0.5.2.0,
+                     integer-gmp-1.0.2.0]
diff --git a/testsuite/tests/partial-sigs/should_compile/SimpleGen.stderr b/testsuite/tests/partial-sigs/should_compile/SimpleGen.stderr
index c9562da278a8..00c2c0b6db55 100644
--- a/testsuite/tests/partial-sigs/should_compile/SimpleGen.stderr
+++ b/testsuite/tests/partial-sigs/should_compile/SimpleGen.stderr
@@ -3,5 +3,5 @@ TYPE SIGNATURES
 TYPE CONSTRUCTORS
 COERCION AXIOMS
 Dependent modules: []
-Dependent packages: [base-4.11.0.0, ghc-prim-0.5.2.0,
-                     integer-gmp-1.0.1.0]
+Dependent packages: [base-4.11.1.0, ghc-prim-0.5.2.0,
+                     integer-gmp-1.0.2.0]
diff --git a/testsuite/tests/partial-sigs/should_compile/SkipMany.stderr b/testsuite/tests/partial-sigs/should_compile/SkipMany.stderr
index dae1adccb821..3373618dbb9c 100644
--- a/testsuite/tests/partial-sigs/should_compile/SkipMany.stderr
+++ b/testsuite/tests/partial-sigs/should_compile/SkipMany.stderr
@@ -9,5 +9,5 @@ TYPE CONSTRUCTORS
   data GenParser tok st a = GenParser tok st a
 COERCION AXIOMS
 Dependent modules: []
-Dependent packages: [base-4.11.0.0, ghc-prim-0.5.2.0,
-                     integer-gmp-1.0.1.0]
+Dependent packages: [base-4.11.1.0, ghc-prim-0.5.2.0,
+                     integer-gmp-1.0.2.0]
diff --git a/testsuite/tests/partial-sigs/should_compile/SomethingShowable.stderr b/testsuite/tests/partial-sigs/should_compile/SomethingShowable.stderr
index 02f5ad724305..b7e0e4a95363 100644
--- a/testsuite/tests/partial-sigs/should_compile/SomethingShowable.stderr
+++ b/testsuite/tests/partial-sigs/should_compile/SomethingShowable.stderr
@@ -3,8 +3,8 @@ TYPE SIGNATURES
 TYPE CONSTRUCTORS
 COERCION AXIOMS
 Dependent modules: []
-Dependent packages: [base-4.11.0.0, ghc-prim-0.5.2.0,
-                     integer-gmp-1.0.1.0]
+Dependent packages: [base-4.11.1.0, ghc-prim-0.5.2.0,
+                     integer-gmp-1.0.2.0]
 
 SomethingShowable.hs:5:1: warning: [-Wsimplifiable-class-constraints (in -Wdefault)]
     • The constraint ‘Show Bool’ matches an instance declaration
diff --git a/testsuite/tests/partial-sigs/should_compile/TypeFamilyInstanceLHS.stderr b/testsuite/tests/partial-sigs/should_compile/TypeFamilyInstanceLHS.stderr
index cbd4ada394bf..6b248d7d4798 100644
--- a/testsuite/tests/partial-sigs/should_compile/TypeFamilyInstanceLHS.stderr
+++ b/testsuite/tests/partial-sigs/should_compile/TypeFamilyInstanceLHS.stderr
@@ -11,5 +11,5 @@ FAMILY INSTANCES
   type instance F Int _
   type instance F Bool _
 Dependent modules: []
-Dependent packages: [base-4.11.0.0, ghc-prim-0.5.2.0,
-                     integer-gmp-1.0.1.0]
+Dependent packages: [base-4.11.1.0, ghc-prim-0.5.2.0,
+                     integer-gmp-1.0.2.0]
diff --git a/testsuite/tests/partial-sigs/should_compile/Uncurry.stderr b/testsuite/tests/partial-sigs/should_compile/Uncurry.stderr
index 0f9828235d3d..fed9e808c7d4 100644
--- a/testsuite/tests/partial-sigs/should_compile/Uncurry.stderr
+++ b/testsuite/tests/partial-sigs/should_compile/Uncurry.stderr
@@ -3,5 +3,5 @@ TYPE SIGNATURES
 TYPE CONSTRUCTORS
 COERCION AXIOMS
 Dependent modules: []
-Dependent packages: [base-4.11.0.0, ghc-prim-0.5.2.0,
-                     integer-gmp-1.0.1.0]
+Dependent packages: [base-4.11.1.0, ghc-prim-0.5.2.0,
+                     integer-gmp-1.0.2.0]
diff --git a/testsuite/tests/partial-sigs/should_compile/UncurryNamed.stderr b/testsuite/tests/partial-sigs/should_compile/UncurryNamed.stderr
index f5ac3a8aedaa..edd18a41cea6 100644
--- a/testsuite/tests/partial-sigs/should_compile/UncurryNamed.stderr
+++ b/testsuite/tests/partial-sigs/should_compile/UncurryNamed.stderr
@@ -3,5 +3,5 @@ TYPE SIGNATURES
 TYPE CONSTRUCTORS
 COERCION AXIOMS
 Dependent modules: []
-Dependent packages: [base-4.11.0.0, ghc-prim-0.5.2.0,
-                     integer-gmp-1.0.1.0]
+Dependent packages: [base-4.11.1.0, ghc-prim-0.5.2.0,
+                     integer-gmp-1.0.2.0]
diff --git a/testsuite/tests/partial-sigs/should_compile/WarningWildcardInstantiations.stderr b/testsuite/tests/partial-sigs/should_compile/WarningWildcardInstantiations.stderr
index e7ce94abbea1..47de15ab4582 100644
--- a/testsuite/tests/partial-sigs/should_compile/WarningWildcardInstantiations.stderr
+++ b/testsuite/tests/partial-sigs/should_compile/WarningWildcardInstantiations.stderr
@@ -4,8 +4,8 @@ TYPE SIGNATURES
 TYPE CONSTRUCTORS
 COERCION AXIOMS
 Dependent modules: []
-Dependent packages: [base-4.11.0.0, ghc-prim-0.5.2.0,
-                     integer-gmp-1.0.1.0]
+Dependent packages: [base-4.11.1.0, ghc-prim-0.5.2.0,
+                     integer-gmp-1.0.2.0]
 
 WarningWildcardInstantiations.hs:5:14: warning: [-Wpartial-type-signatures (in -Wdefault)]
     • Found type wildcard ‘_a’ standing for ‘a’
diff --git a/testsuite/tests/rename/should_fail/rnfail040.stderr b/testsuite/tests/rename/should_fail/rnfail040.stderr
index 0bd4cf7ac121..505688dd5b11 100644
--- a/testsuite/tests/rename/should_fail/rnfail040.stderr
+++ b/testsuite/tests/rename/should_fail/rnfail040.stderr
@@ -3,7 +3,7 @@ rnfail040.hs:7:12: error:
     Conflicting exports for ‘nub’:
        ‘module M’ exports ‘M.nub’
          imported from ‘Data.List’ at rnfail040.hs:10:2-22
-         (and originally defined in ‘base-4.11.0.0:Data.OldList’)
+         (and originally defined in ‘base-4.11.1.0:Data.OldList’)
        ‘module M’ exports ‘T.nub’
          imported from ‘Rnfail040_A’ at rnfail040.hs:11:2-24
          (and originally defined at Rnfail040_A.hs:2:3-5)
diff --git a/testsuite/tests/roles/should_compile/Roles1.stderr b/testsuite/tests/roles/should_compile/Roles1.stderr
index 48e35a0202c4..cca598a0c086 100644
--- a/testsuite/tests/roles/should_compile/Roles1.stderr
+++ b/testsuite/tests/roles/should_compile/Roles1.stderr
@@ -21,8 +21,8 @@ TYPE CONSTRUCTORS
   data T7 (a :: k) b = K7 b
 COERCION AXIOMS
 Dependent modules: []
-Dependent packages: [base-4.11.0.0, ghc-prim-0.5.2.0,
-                     integer-gmp-1.0.1.0]
+Dependent packages: [base-4.11.1.0, ghc-prim-0.5.2.0,
+                     integer-gmp-1.0.2.0]
 
 ==================== Typechecker ====================
 Roles1.$tcT7
diff --git a/testsuite/tests/roles/should_compile/Roles14.stderr b/testsuite/tests/roles/should_compile/Roles14.stderr
index aa83a5571eac..4c9120bb1709 100644
--- a/testsuite/tests/roles/should_compile/Roles14.stderr
+++ b/testsuite/tests/roles/should_compile/Roles14.stderr
@@ -8,8 +8,8 @@ TYPE CONSTRUCTORS
 COERCION AXIOMS
   axiom Roles12.N:C2 :: C2 a = a -> a -- Defined at Roles14.hs:6:1
 Dependent modules: []
-Dependent packages: [base-4.11.0.0, ghc-prim-0.5.2.0,
-                     integer-gmp-1.0.1.0]
+Dependent packages: [base-4.11.1.0, ghc-prim-0.5.2.0,
+                     integer-gmp-1.0.2.0]
 
 ==================== Typechecker ====================
 Roles12.$tcC2
diff --git a/testsuite/tests/roles/should_compile/Roles2.stderr b/testsuite/tests/roles/should_compile/Roles2.stderr
index eeb6df294302..154ceac53099 100644
--- a/testsuite/tests/roles/should_compile/Roles2.stderr
+++ b/testsuite/tests/roles/should_compile/Roles2.stderr
@@ -7,8 +7,8 @@ TYPE CONSTRUCTORS
   data T2 a = K2 (FunPtr a)
 COERCION AXIOMS
 Dependent modules: []
-Dependent packages: [base-4.11.0.0, ghc-prim-0.5.2.0,
-                     integer-gmp-1.0.1.0]
+Dependent packages: [base-4.11.1.0, ghc-prim-0.5.2.0,
+                     integer-gmp-1.0.2.0]
 
 ==================== Typechecker ====================
 Roles2.$tcT2
diff --git a/testsuite/tests/roles/should_compile/Roles3.stderr b/testsuite/tests/roles/should_compile/Roles3.stderr
index b69b0a14abfa..387ec6509de8 100644
--- a/testsuite/tests/roles/should_compile/Roles3.stderr
+++ b/testsuite/tests/roles/should_compile/Roles3.stderr
@@ -29,8 +29,8 @@ COERCION AXIOMS
   axiom Roles3.N:C4 ::
     C4 a b = a -> F4 b -> F4 b -- Defined at Roles3.hs:18:1
 Dependent modules: []
-Dependent packages: [base-4.11.0.0, ghc-prim-0.5.2.0,
-                     integer-gmp-1.0.1.0]
+Dependent packages: [base-4.11.1.0, ghc-prim-0.5.2.0,
+                     integer-gmp-1.0.2.0]
 
 ==================== Typechecker ====================
 Roles3.$tcC4
diff --git a/testsuite/tests/roles/should_compile/Roles4.stderr b/testsuite/tests/roles/should_compile/Roles4.stderr
index 10c698815a10..0fdaeec5e80a 100644
--- a/testsuite/tests/roles/should_compile/Roles4.stderr
+++ b/testsuite/tests/roles/should_compile/Roles4.stderr
@@ -14,8 +14,8 @@ COERCION AXIOMS
   axiom Roles4.N:C3 ::
     C3 a = a -> Syn1 a -- Defined at Roles4.hs:11:1
 Dependent modules: []
-Dependent packages: [base-4.11.0.0, ghc-prim-0.5.2.0,
-                     integer-gmp-1.0.1.0]
+Dependent packages: [base-4.11.1.0, ghc-prim-0.5.2.0,
+                     integer-gmp-1.0.2.0]
 
 ==================== Typechecker ====================
 Roles4.$tcC3
diff --git a/testsuite/tests/roles/should_compile/T8958.stderr b/testsuite/tests/roles/should_compile/T8958.stderr
index e7a5cc5263d3..1bf3619ac983 100644
--- a/testsuite/tests/roles/should_compile/T8958.stderr
+++ b/testsuite/tests/roles/should_compile/T8958.stderr
@@ -16,8 +16,8 @@ INSTANCES
     -- Defined at T8958.hs:10:10
   instance [incoherent] Nominal a -- Defined at T8958.hs:7:10
 Dependent modules: []
-Dependent packages: [base-4.11.0.0, ghc-prim-0.5.2.0,
-                     integer-gmp-1.0.1.0]
+Dependent packages: [base-4.11.1.0, ghc-prim-0.5.2.0,
+                     integer-gmp-1.0.2.0]
 
 ==================== Typechecker ====================
 T8958.$tcMap
diff --git a/testsuite/tests/safeHaskell/check/Check01.stderr b/testsuite/tests/safeHaskell/check/Check01.stderr
index 1222b6578b88..8cbb9ac6095d 100644
--- a/testsuite/tests/safeHaskell/check/Check01.stderr
+++ b/testsuite/tests/safeHaskell/check/Check01.stderr
@@ -1,4 +1,4 @@
 [3 of 3] Compiling Check01          ( Check01.hs, Check01.o )
 
 <no location info>: error:
-    The package (base-4.11.0.0) is required to be trusted but it isn't!
+    The package (base-4.11.1.0) is required to be trusted but it isn't!
diff --git a/testsuite/tests/safeHaskell/check/Check06.stderr b/testsuite/tests/safeHaskell/check/Check06.stderr
index 52a58c521028..ba0f62bc0350 100644
--- a/testsuite/tests/safeHaskell/check/Check06.stderr
+++ b/testsuite/tests/safeHaskell/check/Check06.stderr
@@ -2,4 +2,4 @@
 [2 of 2] Compiling Check06          ( Check06.hs, Check06.o )
 
 <no location info>: error:
-    The package (base-4.11.0.0) is required to be trusted but it isn't!
+    The package (base-4.11.1.0) is required to be trusted but it isn't!
diff --git a/testsuite/tests/safeHaskell/check/Check08.stderr b/testsuite/tests/safeHaskell/check/Check08.stderr
index 92e7c059dedc..90169a70f13e 100644
--- a/testsuite/tests/safeHaskell/check/Check08.stderr
+++ b/testsuite/tests/safeHaskell/check/Check08.stderr
@@ -3,4 +3,4 @@
 [3 of 3] Compiling Check08          ( Check08.hs, Check08.o )
 
 <no location info>: error:
-    The package (base-4.11.0.0) is required to be trusted but it isn't!
+    The package (base-4.11.1.0) is required to be trusted but it isn't!
diff --git a/testsuite/tests/safeHaskell/check/Check09.stderr b/testsuite/tests/safeHaskell/check/Check09.stderr
index e33dfa4c4304..eb2b2fafa582 100644
--- a/testsuite/tests/safeHaskell/check/Check09.stderr
+++ b/testsuite/tests/safeHaskell/check/Check09.stderr
@@ -1,7 +1,7 @@
 
 Check09.hs:4:1: error:
     Prelude: Can't be safely imported!
-    The package (base-4.11.0.0) the module resides in isn't trusted.
+    The package (base-4.11.1.0) the module resides in isn't trusted.
 
 Check09.hs:5:1: error:
     Data.ByteString.Char8: Can't be safely imported!
diff --git a/testsuite/tests/safeHaskell/check/pkg01/ImpSafe01.stderr b/testsuite/tests/safeHaskell/check/pkg01/ImpSafe01.stderr
index e3978d251fbc..91368e2d9199 100644
--- a/testsuite/tests/safeHaskell/check/pkg01/ImpSafe01.stderr
+++ b/testsuite/tests/safeHaskell/check/pkg01/ImpSafe01.stderr
@@ -1,4 +1,4 @@
 
 ImpSafe01.hs:9:1: error:
     Data.Word: Can't be safely imported!
-    The package (base-4.11.0.0) the module resides in isn't trusted.
+    The package (base-4.11.1.0) the module resides in isn't trusted.
diff --git a/testsuite/tests/safeHaskell/check/pkg01/ImpSafe04.stderr b/testsuite/tests/safeHaskell/check/pkg01/ImpSafe04.stderr
index e340c6776bef..4faeb0664fa2 100644
--- a/testsuite/tests/safeHaskell/check/pkg01/ImpSafe04.stderr
+++ b/testsuite/tests/safeHaskell/check/pkg01/ImpSafe04.stderr
@@ -1,4 +1,4 @@
 
 ImpSafe04.hs:9:1: error:
     Data.Word: Can't be safely imported!
-    The package (base-4.11.0.0) the module resides in isn't trusted.
+    The package (base-4.11.1.0) the module resides in isn't trusted.
diff --git a/testsuite/tests/safeHaskell/flags/SafeFlags17.stderr b/testsuite/tests/safeHaskell/flags/SafeFlags17.stderr
index 8f4332b64db3..a1a9537815a9 100644
--- a/testsuite/tests/safeHaskell/flags/SafeFlags17.stderr
+++ b/testsuite/tests/safeHaskell/flags/SafeFlags17.stderr
@@ -1,4 +1,4 @@
 
 SafeFlags17.hs:4:8: error:
     Prelude: Can't be safely imported!
-    The package (base-4.11.0.0) the module resides in isn't trusted.
+    The package (base-4.11.1.0) the module resides in isn't trusted.
diff --git a/testsuite/tests/typecheck/should_compile/T12763.stderr b/testsuite/tests/typecheck/should_compile/T12763.stderr
index 065619c30656..b4ad9fc26037 100644
--- a/testsuite/tests/typecheck/should_compile/T12763.stderr
+++ b/testsuite/tests/typecheck/should_compile/T12763.stderr
@@ -10,5 +10,5 @@ COERCION AXIOMS
 INSTANCES
   instance C Int -- Defined at T12763.hs:9:10
 Dependent modules: []
-Dependent packages: [base-4.11.0.0, ghc-prim-0.5.2.0,
-                     integer-gmp-1.0.1.0]
+Dependent packages: [base-4.11.1.0, ghc-prim-0.5.2.0,
+                     integer-gmp-1.0.2.0]
diff --git a/testsuite/tests/typecheck/should_compile/holes.stderr b/testsuite/tests/typecheck/should_compile/holes.stderr
index 80092cc89694..c2d7e53b13dd 100644
--- a/testsuite/tests/typecheck/should_compile/holes.stderr
+++ b/testsuite/tests/typecheck/should_compile/holes.stderr
@@ -378,16 +378,16 @@ holes.hs:11:15: warning: [-Wtyped-holes (in -Wdefault)]
            (and originally defined in ‘System.IO’))
         lines :: String -> [String]
           (imported from ‘Prelude’ at holes.hs:1:8-12
-           (and originally defined in ‘base-4.11.0.0:Data.OldList’))
+           (and originally defined in ‘base-4.11.1.0:Data.OldList’))
         unlines :: [String] -> String
           (imported from ‘Prelude’ at holes.hs:1:8-12
-           (and originally defined in ‘base-4.11.0.0:Data.OldList’))
+           (and originally defined in ‘base-4.11.1.0:Data.OldList’))
         unwords :: [String] -> String
           (imported from ‘Prelude’ at holes.hs:1:8-12
-           (and originally defined in ‘base-4.11.0.0:Data.OldList’))
+           (and originally defined in ‘base-4.11.1.0:Data.OldList’))
         words :: String -> [String]
           (imported from ‘Prelude’ at holes.hs:1:8-12
-           (and originally defined in ‘base-4.11.0.0:Data.OldList’))
+           (and originally defined in ‘base-4.11.1.0:Data.OldList’))
         error :: forall (a :: TYPE r).
                  GHC.Stack.Types.HasCallStack =>
                  [Char] -> a
diff --git a/testsuite/tests/typecheck/should_compile/holes3.stderr b/testsuite/tests/typecheck/should_compile/holes3.stderr
index d18104f58d80..a868ab332475 100644
--- a/testsuite/tests/typecheck/should_compile/holes3.stderr
+++ b/testsuite/tests/typecheck/should_compile/holes3.stderr
@@ -381,16 +381,16 @@ holes3.hs:11:15: error:
            (and originally defined in ‘System.IO’))
         lines :: String -> [String]
           (imported from ‘Prelude’ at holes3.hs:1:8-13
-           (and originally defined in ‘base-4.11.0.0:Data.OldList’))
+           (and originally defined in ‘base-4.11.1.0:Data.OldList’))
         unlines :: [String] -> String
           (imported from ‘Prelude’ at holes3.hs:1:8-13
-           (and originally defined in ‘base-4.11.0.0:Data.OldList’))
+           (and originally defined in ‘base-4.11.1.0:Data.OldList’))
         unwords :: [String] -> String
           (imported from ‘Prelude’ at holes3.hs:1:8-13
-           (and originally defined in ‘base-4.11.0.0:Data.OldList’))
+           (and originally defined in ‘base-4.11.1.0:Data.OldList’))
         words :: String -> [String]
           (imported from ‘Prelude’ at holes3.hs:1:8-13
-           (and originally defined in ‘base-4.11.0.0:Data.OldList’))
+           (and originally defined in ‘base-4.11.1.0:Data.OldList’))
         error :: forall (a :: TYPE r).
                  GHC.Stack.Types.HasCallStack =>
                  [Char] -> a
diff --git a/testsuite/tests/typecheck/should_compile/tc231.stderr b/testsuite/tests/typecheck/should_compile/tc231.stderr
index 0827177c6b80..5c90453356ac 100644
--- a/testsuite/tests/typecheck/should_compile/tc231.stderr
+++ b/testsuite/tests/typecheck/should_compile/tc231.stderr
@@ -19,5 +19,5 @@ COERCION AXIOMS
     Zork s a b = forall chain. Q s a chain -> ST s ()
       -- Defined at tc231.hs:25:1
 Dependent modules: []
-Dependent packages: [base-4.11.0.0, ghc-prim-0.5.2.0,
-                     integer-gmp-1.0.1.0]
+Dependent packages: [base-4.11.1.0, ghc-prim-0.5.2.0,
+                     integer-gmp-1.0.2.0]
diff --git a/testsuite/tests/typecheck/should_fail/TcStaticPointersFail02.stderr b/testsuite/tests/typecheck/should_fail/TcStaticPointersFail02.stderr
index 0faf435ef9db..3d88344a2029 100644
--- a/testsuite/tests/typecheck/should_fail/TcStaticPointersFail02.stderr
+++ b/testsuite/tests/typecheck/should_fail/TcStaticPointersFail02.stderr
@@ -1,13 +1,13 @@
 
 TcStaticPointersFail02.hs:9:6: error:
-    • No instance for (base-4.11.0.0:Data.Typeable.Internal.Typeable b)
+    • No instance for (base-4.11.1.0:Data.Typeable.Internal.Typeable b)
         arising from a static form
     • In the expression: static (undefined :: (forall a. a -> a) -> b)
       In an equation for ‘f1’:
           f1 = static (undefined :: (forall a. a -> a) -> b)
 
 TcStaticPointersFail02.hs:12:6: error:
-    • No instance for (base-4.11.0.0:Data.Typeable.Internal.Typeable
+    • No instance for (base-4.11.1.0:Data.Typeable.Internal.Typeable
                          (Monad m => a -> m a))
         arising from a static form
         (maybe you haven't applied a function to enough arguments?)
diff --git a/testsuite/tests/typecheck/should_fail/tcfail182.stderr b/testsuite/tests/typecheck/should_fail/tcfail182.stderr
index e86aa0103388..7d32e108983b 100644
--- a/testsuite/tests/typecheck/should_fail/tcfail182.stderr
+++ b/testsuite/tests/typecheck/should_fail/tcfail182.stderr
@@ -3,7 +3,7 @@ tcfail182.hs:9:3: error:
     • Couldn't match expected type ‘Prelude.Maybe a’
                   with actual type ‘Maybe a0’
       NB: ‘Maybe’ is defined at tcfail182.hs:6:1-18
-          ‘Prelude.Maybe’ is defined in ‘GHC.Base’ in package ‘base-4.11.0.0’
+          ‘Prelude.Maybe’ is defined in ‘GHC.Base’ in package ‘base-4.11.1.0’
     • In the pattern: Foo
       In an equation for ‘f’: f Foo = 3
     • Relevant bindings include
-- 
GitLab