summaryrefslogtreecommitdiff
path: root/testsuite/tests/partial-sigs
diff options
context:
space:
mode:
authorRyan Scott <ryan.gl.scott@gmail.com>2018-04-13 11:31:09 -0400
committerBen Gamari <ben@smart-cactus.org>2018-04-13 11:33:09 -0400
commitc4814ab6b8d756ae0e32c9a9f44e4888c4e24763 (patch)
tree0a99a3053c705ea067a5ab94423fe557fc43f88a /testsuite/tests/partial-sigs
parentb1386942e63ba5fe4b2da27f5025afdf80356392 (diff)
downloadhaskell-c4814ab6b8d756ae0e32c9a9f44e4888c4e24763.tar.gz
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
Diffstat (limited to 'testsuite/tests/partial-sigs')
-rw-r--r--testsuite/tests/partial-sigs/should_compile/ADT.stderr4
-rw-r--r--testsuite/tests/partial-sigs/should_compile/AddAndOr1.stderr4
-rw-r--r--testsuite/tests/partial-sigs/should_compile/AddAndOr2.stderr4
-rw-r--r--testsuite/tests/partial-sigs/should_compile/AddAndOr3.stderr4
-rw-r--r--testsuite/tests/partial-sigs/should_compile/AddAndOr4.stderr4
-rw-r--r--testsuite/tests/partial-sigs/should_compile/AddAndOr5.stderr4
-rw-r--r--testsuite/tests/partial-sigs/should_compile/AddAndOr6.stderr4
-rw-r--r--testsuite/tests/partial-sigs/should_compile/BoolToBool.stderr4
-rw-r--r--testsuite/tests/partial-sigs/should_compile/DataFamilyInstanceLHS.stderr4
-rw-r--r--testsuite/tests/partial-sigs/should_compile/Defaulting1MROn.stderr4
-rw-r--r--testsuite/tests/partial-sigs/should_compile/Defaulting2MROff.stderr4
-rw-r--r--testsuite/tests/partial-sigs/should_compile/Defaulting2MROn.stderr4
-rw-r--r--testsuite/tests/partial-sigs/should_compile/Either.stderr4
-rw-r--r--testsuite/tests/partial-sigs/should_compile/EqualityConstraint.stderr4
-rw-r--r--testsuite/tests/partial-sigs/should_compile/Every.stderr4
-rw-r--r--testsuite/tests/partial-sigs/should_compile/EveryNamed.stderr4
-rw-r--r--testsuite/tests/partial-sigs/should_compile/ExpressionSig.stderr4
-rw-r--r--testsuite/tests/partial-sigs/should_compile/ExpressionSigNamed.stderr4
-rw-r--r--testsuite/tests/partial-sigs/should_compile/ExtraConstraints1.stderr4
-rw-r--r--testsuite/tests/partial-sigs/should_compile/ExtraConstraints2.stderr4
-rw-r--r--testsuite/tests/partial-sigs/should_compile/ExtraConstraints3.stderr4
-rw-r--r--testsuite/tests/partial-sigs/should_compile/ExtraNumAMROff.stderr4
-rw-r--r--testsuite/tests/partial-sigs/should_compile/ExtraNumAMROn.stderr4
-rw-r--r--testsuite/tests/partial-sigs/should_compile/Forall1.stderr4
-rw-r--r--testsuite/tests/partial-sigs/should_compile/GenNamed.stderr4
-rw-r--r--testsuite/tests/partial-sigs/should_compile/HigherRank1.stderr4
-rw-r--r--testsuite/tests/partial-sigs/should_compile/HigherRank2.stderr4
-rw-r--r--testsuite/tests/partial-sigs/should_compile/LocalDefinitionBug.stderr4
-rw-r--r--testsuite/tests/partial-sigs/should_compile/Meltdown.stderr4
-rw-r--r--testsuite/tests/partial-sigs/should_compile/MonoLocalBinds.stderr4
-rw-r--r--testsuite/tests/partial-sigs/should_compile/NamedTyVar.stderr4
-rw-r--r--testsuite/tests/partial-sigs/should_compile/NamedWildcardInDataFamilyInstanceLHS.stderr4
-rw-r--r--testsuite/tests/partial-sigs/should_compile/NamedWildcardInTypeFamilyInstanceLHS.stderr4
-rw-r--r--testsuite/tests/partial-sigs/should_compile/ParensAroundContext.stderr4
-rw-r--r--testsuite/tests/partial-sigs/should_compile/PatBind.stderr4
-rw-r--r--testsuite/tests/partial-sigs/should_compile/PatBind2.stderr4
-rw-r--r--testsuite/tests/partial-sigs/should_compile/PatternSig.stderr4
-rw-r--r--testsuite/tests/partial-sigs/should_compile/Recursive.stderr4
-rw-r--r--testsuite/tests/partial-sigs/should_compile/ScopedNamedWildcards.stderr4
-rw-r--r--testsuite/tests/partial-sigs/should_compile/ScopedNamedWildcardsGood.stderr4
-rw-r--r--testsuite/tests/partial-sigs/should_compile/ShowNamed.stderr4
-rw-r--r--testsuite/tests/partial-sigs/should_compile/SimpleGen.stderr4
-rw-r--r--testsuite/tests/partial-sigs/should_compile/SkipMany.stderr4
-rw-r--r--testsuite/tests/partial-sigs/should_compile/SomethingShowable.stderr4
-rw-r--r--testsuite/tests/partial-sigs/should_compile/TypeFamilyInstanceLHS.stderr4
-rw-r--r--testsuite/tests/partial-sigs/should_compile/Uncurry.stderr4
-rw-r--r--testsuite/tests/partial-sigs/should_compile/UncurryNamed.stderr4
-rw-r--r--testsuite/tests/partial-sigs/should_compile/WarningWildcardInstantiations.stderr4
48 files changed, 96 insertions, 96 deletions
diff --git a/testsuite/tests/partial-sigs/should_compile/ADT.stderr b/testsuite/tests/partial-sigs/should_compile/ADT.stderr
index 0604f672a8..d2399a9add 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 baa760c261..510e24fdf3 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 68fc1e10bc..4ce53f90b4 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 e8e2bf736e..bef61fd6bf 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 6e61f43ae8..ab9b5dd772 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 6a825e45dc..f8139c0b5c 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 34f1e7f07a..90a11e3e98 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 130ae5b605..0ab5e9ce39 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 7777e4626f..a7a6342037 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 dac63c4800..800d744f83 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 df1b5b8277..33726c2e9e 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 df1b5b8277..33726c2e9e 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 83ac659d95..5b3f4ce0b4 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 cd10137027..043d0d4dd5 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 abdb5d1ad1..abadad0525 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 8c65e625ad..f4a87187ec 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 130ae5b605..0ab5e9ce39 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 130ae5b605..0ab5e9ce39 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 3d72b56d10..611d169bbe 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 ae94dcc6f9..86c5f4609f 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 2de5614945..2d5fe5cad3 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 7de16b9027..1c01100940 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 7de16b9027..1c01100940 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 8f4bce17a2..026fdc5ad4 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 130ae5b605..0ab5e9ce39 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 4d2df7fda3..0561b3a758 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 4d2df7fda3..0561b3a758 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 1f549d7f9a..526c715144 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 12d34ce56c..bf1548e5f1 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 1f549d7f9a..526c715144 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 48b9762c73..06de3e3b97 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 2a17aba1e9..9062962336 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 28723de839..e30bf7e89e 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 9431aa699c..14fa88e24a 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 6e58ce4849..f8514750f2 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 e0bb4fcfe4..e227d7d7cc 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 130ae5b605..0ab5e9ce39 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 45c936fb13..6c39c21e41 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 4615a2b751..b4c5270071 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 df0d2f14b1..d2e89d5a45 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 0b23a6d50b..2c6c54eeb2 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 c9562da278..00c2c0b6db 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 dae1adccb8..3373618dbb 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 02f5ad7243..b7e0e4a953 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 cbd4ada394..6b248d7d47 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 0f9828235d..fed9e808c7 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 f5ac3a8aed..edd18a41ce 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 e7ce94abbe..47de15ab45 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’