diff --git a/libraries/ghc-compact/ghc-compact.cabal b/libraries/ghc-compact/ghc-compact.cabal index a021c8fff8fd42317f6038f373558e89424f9509..8d643913ae5f6a0c4fed2d93db250e2c3aafb451 100644 --- a/libraries/ghc-compact/ghc-compact.cabal +++ b/libraries/ghc-compact/ghc-compact.cabal @@ -36,7 +36,7 @@ library UnboxedTuples CPP - build-depends: ghc-prim == 0.5.1.0, + build-depends: ghc-prim == 0.5.1.1, base >= 4.9.0 && < 4.11, bytestring >= 0.10.6.0 ghc-options: -Wall diff --git a/libraries/ghc-prim/changelog.md b/libraries/ghc-prim/changelog.md index 0c9ca42fd87b259ef6de25de93e1de0d57f5dbb9..047720d777dcb04fc9fba5827586327394404fd7 100644 --- a/libraries/ghc-prim/changelog.md +++ b/libraries/ghc-prim/changelog.md @@ -1,4 +1,10 @@ -## 0.6.0.0 +## 0.5.1.1 *November 2017* + +- Shipped with GHC 8.2.2 + +- Changed strictness properties of `catchRetry#` (#14171) + +## 0.5.1.0 *July 2017* - Shipped with GHC 8.2.1 diff --git a/libraries/ghc-prim/ghc-prim.cabal b/libraries/ghc-prim/ghc-prim.cabal index 00a029efedf49bba636d4f056f0f1e7c39eb5597..3bdce792e4e8f88e4c87aaacef8b1aa9971d7a49 100644 --- a/libraries/ghc-prim/ghc-prim.cabal +++ b/libraries/ghc-prim/ghc-prim.cabal @@ -1,5 +1,5 @@ name: ghc-prim -version: 0.5.1.0 +version: 0.5.1.1 -- NOTE: Don't forget to update ./changelog.md license: BSD3 license-file: LICENSE diff --git a/testsuite/tests/ado/ado004.stderr b/testsuite/tests/ado/ado004.stderr index d6c8d3ff9e3675fdd46ca16fe8e54414f6a27ab8..f5d624476ae6dc0cd15e86e9b875018b45eeee98 100644 --- a/testsuite/tests/ado/ado004.stderr +++ b/testsuite/tests/ado/ado004.stderr @@ -36,5 +36,5 @@ TYPE SIGNATURES TYPE CONSTRUCTORS COERCION AXIOMS Dependent modules: [] -Dependent packages: [base-4.10.1.0, ghc-prim-0.5.1.0, +Dependent packages: [base-4.10.1.0, ghc-prim-0.5.1.1, integer-gmp-1.0.1.0] diff --git a/testsuite/tests/backpack/should_compile/bkp16.stderr b/testsuite/tests/backpack/should_compile/bkp16.stderr index 14a2fe0a8347295d3f790b522aaa35e8e8626b18..a4b63a6dcc0cfd5d6053eea61bd33b7d0b674dd0 100644 --- a/testsuite/tests/backpack/should_compile/bkp16.stderr +++ b/testsuite/tests/backpack/should_compile/bkp16.stderr @@ -4,5 +4,5 @@ Instantiating q [1 of 1] Including p[Int=base-4.10.1.0:GHC.Exts] Instantiating p[Int=base-4.10.1.0:GHC.Exts] - [1 of 1] Including ghc-prim-0.5.1.0 + [1 of 1] Including ghc-prim-0.5.1.1 [1 of 1] Compiling Int[sig] ( p/Int.hsig, bkp16.out/p/p-97PZnzqiJmd2hTwUNGdjod/Int.o ) diff --git a/testsuite/tests/determinism/determ021/determ021.stdout b/testsuite/tests/determinism/determ021/determ021.stdout index b6dbd4acaf7e15662552dd91d54a55bdb9a530a5..944a5074534c2b778f9bbfa96c436ebce4894800 100644 --- a/testsuite/tests/determinism/determ021/determ021.stdout +++ b/testsuite/tests/determinism/determ021/determ021.stdout @@ -7,7 +7,7 @@ TYPE SIGNATURES TYPE CONSTRUCTORS COERCION AXIOMS Dependent modules: [] -Dependent packages: [base-4.10.1.0, ghc-prim-0.5.1.0, +Dependent packages: [base-4.10.1.0, ghc-prim-0.5.1.1, integer-gmp-1.0.1.0] [1 of 1] Compiling A ( A.hs, A.o ) TYPE SIGNATURES @@ -18,5 +18,5 @@ TYPE SIGNATURES TYPE CONSTRUCTORS COERCION AXIOMS Dependent modules: [] -Dependent packages: [base-4.10.1.0, ghc-prim-0.5.1.0, +Dependent packages: [base-4.10.1.0, ghc-prim-0.5.1.1, integer-gmp-1.0.1.0] diff --git a/testsuite/tests/driver/json2.stderr b/testsuite/tests/driver/json2.stderr index c67fc419390ef15e90fb0e7186aeadf2f78df95f..daf6c181e7dfe2301205f6ee14f4ad811d23962a 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.10.1.0, ghc-prim-0.5.1.0, +Dependent packages: [base-4.10.1.0, ghc-prim-0.5.1.1, integer-gmp-1.0.1.0] [ - {"span": null,"doc": "TYPE SIGNATURES\n foo :: forall a. a -> a\nTYPE CONSTRUCTORS\nCOERCION AXIOMS\nDependent modules: []\nDependent packages: [base-4.10.1.0, ghc-prim-0.5.1.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.10.1.0, ghc-prim-0.5.1.1,\n integer-gmp-1.0.1.0]","severity": "SevOutput","reason": null}] diff --git a/testsuite/tests/indexed-types/should_compile/T3017.stderr b/testsuite/tests/indexed-types/should_compile/T3017.stderr index 33e13a0c3cd4a6f2d6e990d6bef6ed6270fbf5dd..ff92ff439ba5c56ab32c543d713544ba518aa2c7 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.10.1.0, ghc-prim-0.5.1.0, +Dependent packages: [base-4.10.1.0, ghc-prim-0.5.1.1, integer-gmp-1.0.1.0] diff --git a/testsuite/tests/partial-sigs/should_compile/ADT.stderr b/testsuite/tests/partial-sigs/should_compile/ADT.stderr index e5704a446342167c39d74febee220a3cc2e9b7e4..e01d35be54ec2d53011ac14b4f62819dbda744bf 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.10.1.0, ghc-prim-0.5.1.0, +Dependent packages: [base-4.10.1.0, ghc-prim-0.5.1.1, integer-gmp-1.0.1.0] diff --git a/testsuite/tests/partial-sigs/should_compile/AddAndOr1.stderr b/testsuite/tests/partial-sigs/should_compile/AddAndOr1.stderr index 415081b340c5ec50dbbd5d8a89fa4adca0a5ca3a..472608e5748ce6c48553308177135e4194441912 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.10.1.0, ghc-prim-0.5.1.0, +Dependent packages: [base-4.10.1.0, ghc-prim-0.5.1.1, integer-gmp-1.0.1.0] diff --git a/testsuite/tests/partial-sigs/should_compile/AddAndOr2.stderr b/testsuite/tests/partial-sigs/should_compile/AddAndOr2.stderr index ffcac38d13f4a026ac10ddd2137b1234e24370b5..dd898210c11ff89f740ce4f8327850b17f64a91a 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.10.1.0, ghc-prim-0.5.1.0, +Dependent packages: [base-4.10.1.0, ghc-prim-0.5.1.1, integer-gmp-1.0.1.0] diff --git a/testsuite/tests/partial-sigs/should_compile/AddAndOr3.stderr b/testsuite/tests/partial-sigs/should_compile/AddAndOr3.stderr index 8d94a5d9f44ab85f19d0df8f0754a4408fe86eee..a89d5b3bc990030525db7f4606a57a6def0b70e3 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.10.1.0, ghc-prim-0.5.1.0, +Dependent packages: [base-4.10.1.0, ghc-prim-0.5.1.1, integer-gmp-1.0.1.0] diff --git a/testsuite/tests/partial-sigs/should_compile/AddAndOr4.stderr b/testsuite/tests/partial-sigs/should_compile/AddAndOr4.stderr index 70c7173d75f469a712efa4c47083ea72c550e876..f38bef6da7990378bae95e35ffc94622ba301b56 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.10.1.0, ghc-prim-0.5.1.0, +Dependent packages: [base-4.10.1.0, ghc-prim-0.5.1.1, integer-gmp-1.0.1.0] diff --git a/testsuite/tests/partial-sigs/should_compile/AddAndOr5.stderr b/testsuite/tests/partial-sigs/should_compile/AddAndOr5.stderr index f1c4368413a09dba9d72177cfe950f73296caa4a..87837d167bc9fe72f80e39abd2355380168a364c 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.10.1.0, ghc-prim-0.5.1.0, +Dependent packages: [base-4.10.1.0, ghc-prim-0.5.1.1, integer-gmp-1.0.1.0] diff --git a/testsuite/tests/partial-sigs/should_compile/AddAndOr6.stderr b/testsuite/tests/partial-sigs/should_compile/AddAndOr6.stderr index 8cf2691c22744c3542c436eb0bc5116d568f85ae..76f92f4feafab27e0b826ca61b53067a6897b545 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.10.1.0, ghc-prim-0.5.1.0, +Dependent packages: [base-4.10.1.0, ghc-prim-0.5.1.1, integer-gmp-1.0.1.0] diff --git a/testsuite/tests/partial-sigs/should_compile/BoolToBool.stderr b/testsuite/tests/partial-sigs/should_compile/BoolToBool.stderr index 258ab5a0969308c47b8074d3c6afefef70e7567f..e2ac402c440ee8fe375c6a841a0bf160386dcb80 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.10.1.0, ghc-prim-0.5.1.0, +Dependent packages: [base-4.10.1.0, ghc-prim-0.5.1.1, integer-gmp-1.0.1.0] diff --git a/testsuite/tests/partial-sigs/should_compile/DataFamilyInstanceLHS.stderr b/testsuite/tests/partial-sigs/should_compile/DataFamilyInstanceLHS.stderr index e33f041570f5bb95f121f9b689fe856b29ea74ca..66700a56f0c325f57c369e58686403bd0304933b 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.10.1.0, ghc-prim-0.5.1.0, +Dependent packages: [base-4.10.1.0, ghc-prim-0.5.1.1, integer-gmp-1.0.1.0] diff --git a/testsuite/tests/partial-sigs/should_compile/Defaulting1MROn.stderr b/testsuite/tests/partial-sigs/should_compile/Defaulting1MROn.stderr index 88da7f3c763e6b04b92858c9c34ad2dffb884eb0..d2ccf6cafb82c0abff721414eafd3c500d224e41 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.10.1.0, ghc-prim-0.5.1.0, +Dependent packages: [base-4.10.1.0, ghc-prim-0.5.1.1, integer-gmp-1.0.1.0] diff --git a/testsuite/tests/partial-sigs/should_compile/Defaulting2MROff.stderr b/testsuite/tests/partial-sigs/should_compile/Defaulting2MROff.stderr index 095cd1f184bc798dab6d3efec97c9220df2d2133..42767445cab26c496c24626d18c5a0b286d3d21d 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.10.1.0, ghc-prim-0.5.1.0, +Dependent packages: [base-4.10.1.0, ghc-prim-0.5.1.1, integer-gmp-1.0.1.0] diff --git a/testsuite/tests/partial-sigs/should_compile/Defaulting2MROn.stderr b/testsuite/tests/partial-sigs/should_compile/Defaulting2MROn.stderr index 095cd1f184bc798dab6d3efec97c9220df2d2133..42767445cab26c496c24626d18c5a0b286d3d21d 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.10.1.0, ghc-prim-0.5.1.0, +Dependent packages: [base-4.10.1.0, ghc-prim-0.5.1.1, integer-gmp-1.0.1.0] diff --git a/testsuite/tests/partial-sigs/should_compile/Either.stderr b/testsuite/tests/partial-sigs/should_compile/Either.stderr index e82138526a25a1e024708953f4fd5e2aeb8c3b40..282881c2c03513df372ee60baab4e72f2b3b2191 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.10.1.0, ghc-prim-0.5.1.0, +Dependent packages: [base-4.10.1.0, ghc-prim-0.5.1.1, integer-gmp-1.0.1.0] diff --git a/testsuite/tests/partial-sigs/should_compile/EqualityConstraint.stderr b/testsuite/tests/partial-sigs/should_compile/EqualityConstraint.stderr index 836e332371ddcd58bdd6892152c4382fe66ad66c..0962e3833e29f15afd801a8c1b13f806793da5f1 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.10.1.0, ghc-prim-0.5.1.0, +Dependent packages: [base-4.10.1.0, ghc-prim-0.5.1.1, integer-gmp-1.0.1.0] diff --git a/testsuite/tests/partial-sigs/should_compile/Every.stderr b/testsuite/tests/partial-sigs/should_compile/Every.stderr index 0ce1bc588561ee5ccaac0b1fc6a13df8a5ad2d04..7b94a094869e748476de3c2c3e2808b0e4ee52c8 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.10.1.0, ghc-prim-0.5.1.0, +Dependent packages: [base-4.10.1.0, ghc-prim-0.5.1.1, integer-gmp-1.0.1.0] diff --git a/testsuite/tests/partial-sigs/should_compile/EveryNamed.stderr b/testsuite/tests/partial-sigs/should_compile/EveryNamed.stderr index 1b59a7a5b8fe26969dd438e8d75e73dda1b7312e..71be9e29cb13c8ec08f1174730af2d9668a44a52 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.10.1.0, ghc-prim-0.5.1.0, +Dependent packages: [base-4.10.1.0, ghc-prim-0.5.1.1, integer-gmp-1.0.1.0] diff --git a/testsuite/tests/partial-sigs/should_compile/ExpressionSig.stderr b/testsuite/tests/partial-sigs/should_compile/ExpressionSig.stderr index 258ab5a0969308c47b8074d3c6afefef70e7567f..e2ac402c440ee8fe375c6a841a0bf160386dcb80 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.10.1.0, ghc-prim-0.5.1.0, +Dependent packages: [base-4.10.1.0, ghc-prim-0.5.1.1, integer-gmp-1.0.1.0] diff --git a/testsuite/tests/partial-sigs/should_compile/ExpressionSigNamed.stderr b/testsuite/tests/partial-sigs/should_compile/ExpressionSigNamed.stderr index 258ab5a0969308c47b8074d3c6afefef70e7567f..e2ac402c440ee8fe375c6a841a0bf160386dcb80 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.10.1.0, ghc-prim-0.5.1.0, +Dependent packages: [base-4.10.1.0, ghc-prim-0.5.1.1, integer-gmp-1.0.1.0] diff --git a/testsuite/tests/partial-sigs/should_compile/ExtraConstraints1.stderr b/testsuite/tests/partial-sigs/should_compile/ExtraConstraints1.stderr index 875e342b2dd06841df727dfd172351831a2e53da..eb72d95c507097e9dd447044ef505faf5bbd8abc 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.10.1.0, ghc-prim-0.5.1.0, +Dependent packages: [base-4.10.1.0, ghc-prim-0.5.1.1, integer-gmp-1.0.1.0] diff --git a/testsuite/tests/partial-sigs/should_compile/ExtraConstraints2.stderr b/testsuite/tests/partial-sigs/should_compile/ExtraConstraints2.stderr index 85420e7fe4e42d17553159a249f9c51b3a3f01c1..fc94018f24bd7afc546a37e87be4085f5f72d9c6 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.10.1.0, ghc-prim-0.5.1.0, +Dependent packages: [base-4.10.1.0, ghc-prim-0.5.1.1, integer-gmp-1.0.1.0] diff --git a/testsuite/tests/partial-sigs/should_compile/ExtraConstraints3.stderr b/testsuite/tests/partial-sigs/should_compile/ExtraConstraints3.stderr index 866ca4c2a564c395c591500aa889e98600884fb4..fd4133407b7a348d4d1604f7274538ec755cd474 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.10.1.0, ghc-prim-0.5.1.0, +Dependent packages: [base-4.10.1.0, ghc-prim-0.5.1.1, integer-gmp-1.0.1.0] diff --git a/testsuite/tests/partial-sigs/should_compile/ExtraNumAMROff.stderr b/testsuite/tests/partial-sigs/should_compile/ExtraNumAMROff.stderr index 187d7dbcee12057bec7cbb469e9ee82d8265a74d..77c9409b1bf150811a3f871cb2b69dc4b8d595d8 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.10.1.0, ghc-prim-0.5.1.0, +Dependent packages: [base-4.10.1.0, ghc-prim-0.5.1.1, integer-gmp-1.0.1.0] diff --git a/testsuite/tests/partial-sigs/should_compile/ExtraNumAMROn.stderr b/testsuite/tests/partial-sigs/should_compile/ExtraNumAMROn.stderr index 187d7dbcee12057bec7cbb469e9ee82d8265a74d..77c9409b1bf150811a3f871cb2b69dc4b8d595d8 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.10.1.0, ghc-prim-0.5.1.0, +Dependent packages: [base-4.10.1.0, ghc-prim-0.5.1.1, integer-gmp-1.0.1.0] diff --git a/testsuite/tests/partial-sigs/should_compile/Forall1.stderr b/testsuite/tests/partial-sigs/should_compile/Forall1.stderr index 4fd9f2f6ac62a811c37755d125f73d18494fa21c..dcb9eadd7353bcd284ead6dfdd1302d3d8d47851 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.10.1.0, ghc-prim-0.5.1.0, +Dependent packages: [base-4.10.1.0, ghc-prim-0.5.1.1, integer-gmp-1.0.1.0] diff --git a/testsuite/tests/partial-sigs/should_compile/GenNamed.stderr b/testsuite/tests/partial-sigs/should_compile/GenNamed.stderr index 258ab5a0969308c47b8074d3c6afefef70e7567f..e2ac402c440ee8fe375c6a841a0bf160386dcb80 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.10.1.0, ghc-prim-0.5.1.0, +Dependent packages: [base-4.10.1.0, ghc-prim-0.5.1.1, integer-gmp-1.0.1.0] diff --git a/testsuite/tests/partial-sigs/should_compile/HigherRank1.stderr b/testsuite/tests/partial-sigs/should_compile/HigherRank1.stderr index 0c10a1481d595e8abc578e8342e0c70e21eb799d..381445ae16923f45322707152ed0b3f8c1278c01 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.10.1.0, ghc-prim-0.5.1.0, +Dependent packages: [base-4.10.1.0, ghc-prim-0.5.1.1, integer-gmp-1.0.1.0] diff --git a/testsuite/tests/partial-sigs/should_compile/HigherRank2.stderr b/testsuite/tests/partial-sigs/should_compile/HigherRank2.stderr index 0c10a1481d595e8abc578e8342e0c70e21eb799d..381445ae16923f45322707152ed0b3f8c1278c01 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.10.1.0, ghc-prim-0.5.1.0, +Dependent packages: [base-4.10.1.0, ghc-prim-0.5.1.1, integer-gmp-1.0.1.0] diff --git a/testsuite/tests/partial-sigs/should_compile/LocalDefinitionBug.stderr b/testsuite/tests/partial-sigs/should_compile/LocalDefinitionBug.stderr index fffdd1b0717fc30bc1350e2d3dcdad68a8d9eb83..668f05e1c7852889b73f957841ff379f385eb337 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.10.1.0, ghc-prim-0.5.1.0, +Dependent packages: [base-4.10.1.0, ghc-prim-0.5.1.1, integer-gmp-1.0.1.0] diff --git a/testsuite/tests/partial-sigs/should_compile/Meltdown.stderr b/testsuite/tests/partial-sigs/should_compile/Meltdown.stderr index 785da810efd84ec4859882354a08e6cf37e981f2..328252f7ce13e4026bf915a67d655932ad035d31 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.10.1.0, ghc-prim-0.5.1.0, +Dependent packages: [base-4.10.1.0, ghc-prim-0.5.1.1, integer-gmp-1.0.1.0] diff --git a/testsuite/tests/partial-sigs/should_compile/MonoLocalBinds.stderr b/testsuite/tests/partial-sigs/should_compile/MonoLocalBinds.stderr index fffdd1b0717fc30bc1350e2d3dcdad68a8d9eb83..668f05e1c7852889b73f957841ff379f385eb337 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.10.1.0, ghc-prim-0.5.1.0, +Dependent packages: [base-4.10.1.0, ghc-prim-0.5.1.1, integer-gmp-1.0.1.0] diff --git a/testsuite/tests/partial-sigs/should_compile/NamedTyVar.stderr b/testsuite/tests/partial-sigs/should_compile/NamedTyVar.stderr index b27144c1719d0780d954d79a7a5682dac8d344fc..c9ff9364bd6fb76259e44ac032e3dc8ec5ed8faf 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.10.1.0, ghc-prim-0.5.1.0, +Dependent packages: [base-4.10.1.0, ghc-prim-0.5.1.1, integer-gmp-1.0.1.0] diff --git a/testsuite/tests/partial-sigs/should_compile/NamedWildcardInDataFamilyInstanceLHS.stderr b/testsuite/tests/partial-sigs/should_compile/NamedWildcardInDataFamilyInstanceLHS.stderr index 9c6cf24fa07b3494ab647a8ceb8d903492e7e451..e27fa78e2b63c0a3dd94875e41cad09200a04aa4 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.10.1.0, ghc-prim-0.5.1.0, +Dependent packages: [base-4.10.1.0, ghc-prim-0.5.1.1, integer-gmp-1.0.1.0] diff --git a/testsuite/tests/partial-sigs/should_compile/NamedWildcardInTypeFamilyInstanceLHS.stderr b/testsuite/tests/partial-sigs/should_compile/NamedWildcardInTypeFamilyInstanceLHS.stderr index d2619157813a3cd44cc7974133fa5f9fd2e5e2d6..77b93bf94429b8806e3d7d53463bd392ee5aaf12 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.10.1.0, ghc-prim-0.5.1.0, +Dependent packages: [base-4.10.1.0, ghc-prim-0.5.1.1, integer-gmp-1.0.1.0] diff --git a/testsuite/tests/partial-sigs/should_compile/ParensAroundContext.stderr b/testsuite/tests/partial-sigs/should_compile/ParensAroundContext.stderr index e39b31b3c68856c9ecf03e77d141cdb3713ff7e8..1045662bf36c112bf57214dd3d246eebbf085e6b 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.10.1.0, ghc-prim-0.5.1.0, +Dependent packages: [base-4.10.1.0, ghc-prim-0.5.1.1, integer-gmp-1.0.1.0] diff --git a/testsuite/tests/partial-sigs/should_compile/PatBind.stderr b/testsuite/tests/partial-sigs/should_compile/PatBind.stderr index 2448fa9f0fcba23c816bfd49e626b55a36fd0dbe..56cdc8e4fdf57c338af341cf415860e2bb091509 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.10.1.0, ghc-prim-0.5.1.0, +Dependent packages: [base-4.10.1.0, ghc-prim-0.5.1.1, integer-gmp-1.0.1.0] diff --git a/testsuite/tests/partial-sigs/should_compile/PatBind2.stderr b/testsuite/tests/partial-sigs/should_compile/PatBind2.stderr index d587241c41ea097722d7979c9e69ac3f7237aa16..fd534a2688aaa33f17ba990ed07e77c70c63a02a 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.10.1.0, ghc-prim-0.5.1.0, +Dependent packages: [base-4.10.1.0, ghc-prim-0.5.1.1, integer-gmp-1.0.1.0] diff --git a/testsuite/tests/partial-sigs/should_compile/PatternSig.stderr b/testsuite/tests/partial-sigs/should_compile/PatternSig.stderr index 258ab5a0969308c47b8074d3c6afefef70e7567f..e2ac402c440ee8fe375c6a841a0bf160386dcb80 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.10.1.0, ghc-prim-0.5.1.0, +Dependent packages: [base-4.10.1.0, ghc-prim-0.5.1.1, integer-gmp-1.0.1.0] diff --git a/testsuite/tests/partial-sigs/should_compile/Recursive.stderr b/testsuite/tests/partial-sigs/should_compile/Recursive.stderr index e50552b50bf1bed66be6f6d95cb7d0dd3b0f4c2d..14d05df49d39da9cecbfeb80098f7ab0f54f8bfe 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.10.1.0, ghc-prim-0.5.1.0, +Dependent packages: [base-4.10.1.0, ghc-prim-0.5.1.1, integer-gmp-1.0.1.0] diff --git a/testsuite/tests/partial-sigs/should_compile/ScopedNamedWildcards.stderr b/testsuite/tests/partial-sigs/should_compile/ScopedNamedWildcards.stderr index 3507bfc35ec7d92b5d9d6761748fa7f00e5d1303..59d607b23fc26b91f2b6a4e64fe3339be322e160 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.10.1.0, ghc-prim-0.5.1.0, +Dependent packages: [base-4.10.1.0, ghc-prim-0.5.1.1, integer-gmp-1.0.1.0] diff --git a/testsuite/tests/partial-sigs/should_compile/ScopedNamedWildcardsGood.stderr b/testsuite/tests/partial-sigs/should_compile/ScopedNamedWildcardsGood.stderr index 76b0e1fda7388f4a430ccb99e5110e6907b58ed2..a76b8cb807c39c3253dac9dd014fd1b241d6f3bd 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.10.1.0, ghc-prim-0.5.1.0, +Dependent packages: [base-4.10.1.0, ghc-prim-0.5.1.1, integer-gmp-1.0.1.0] diff --git a/testsuite/tests/partial-sigs/should_compile/ShowNamed.stderr b/testsuite/tests/partial-sigs/should_compile/ShowNamed.stderr index d9346547621d6089af6ec72dd59c4ea19047e556..2d284fea3a03ca315c8ecc847fcc1951eaf96945 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.10.1.0, ghc-prim-0.5.1.0, +Dependent packages: [base-4.10.1.0, ghc-prim-0.5.1.1, integer-gmp-1.0.1.0] diff --git a/testsuite/tests/partial-sigs/should_compile/SimpleGen.stderr b/testsuite/tests/partial-sigs/should_compile/SimpleGen.stderr index 5546ba90c5729d0e60cc5b76175b47fb202ad83a..83b5f9a7813cb1cb3afa9c1a24367b8d34996250 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.10.1.0, ghc-prim-0.5.1.0, +Dependent packages: [base-4.10.1.0, ghc-prim-0.5.1.1, integer-gmp-1.0.1.0] diff --git a/testsuite/tests/partial-sigs/should_compile/SkipMany.stderr b/testsuite/tests/partial-sigs/should_compile/SkipMany.stderr index 155599c60188a54028e999c95b503a3944f8a83a..7a13e1c1cde28d23623d10478dea4229c23262cf 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.10.1.0, ghc-prim-0.5.1.0, +Dependent packages: [base-4.10.1.0, ghc-prim-0.5.1.1, integer-gmp-1.0.1.0] diff --git a/testsuite/tests/partial-sigs/should_compile/SomethingShowable.stderr b/testsuite/tests/partial-sigs/should_compile/SomethingShowable.stderr index 6bfa5f44b733c44aaf077c588ec68f8bc802d59f..49f165a1b803501c8690a62a7764f220e3ecb49b 100644 --- a/testsuite/tests/partial-sigs/should_compile/SomethingShowable.stderr +++ b/testsuite/tests/partial-sigs/should_compile/SomethingShowable.stderr @@ -3,7 +3,7 @@ TYPE SIGNATURES TYPE CONSTRUCTORS COERCION AXIOMS Dependent modules: [] -Dependent packages: [base-4.10.1.0, ghc-prim-0.5.1.0, +Dependent packages: [base-4.10.1.0, ghc-prim-0.5.1.1, integer-gmp-1.0.1.0] SomethingShowable.hs:5:1: warning: [-Wsimplifiable-class-constraints (in -Wdefault)] diff --git a/testsuite/tests/partial-sigs/should_compile/TypeFamilyInstanceLHS.stderr b/testsuite/tests/partial-sigs/should_compile/TypeFamilyInstanceLHS.stderr index b2dd26f498d6706e96240fd3c567b7a2f31f107c..9174accd933a603d7a5d21308c3abd4e3d88526f 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.10.1.0, ghc-prim-0.5.1.0, +Dependent packages: [base-4.10.1.0, ghc-prim-0.5.1.1, integer-gmp-1.0.1.0] diff --git a/testsuite/tests/partial-sigs/should_compile/Uncurry.stderr b/testsuite/tests/partial-sigs/should_compile/Uncurry.stderr index 2b4479e5e6b1c7e08a8d2972ba28f998f2d2d526..1e5958f71a0988f8b0bbcb8bafacd3647ddb95b0 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.10.1.0, ghc-prim-0.5.1.0, +Dependent packages: [base-4.10.1.0, ghc-prim-0.5.1.1, integer-gmp-1.0.1.0] diff --git a/testsuite/tests/partial-sigs/should_compile/UncurryNamed.stderr b/testsuite/tests/partial-sigs/should_compile/UncurryNamed.stderr index b72a541aeb5335f07a6518b355f8c1c8e9a7b243..c2d141ffbe6412905b12bac3e6093b0a0cadc719 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.10.1.0, ghc-prim-0.5.1.0, +Dependent packages: [base-4.10.1.0, ghc-prim-0.5.1.1, integer-gmp-1.0.1.0] diff --git a/testsuite/tests/partial-sigs/should_compile/WarningWildcardInstantiations.stderr b/testsuite/tests/partial-sigs/should_compile/WarningWildcardInstantiations.stderr index f9d7a16e0ee3592ab41761fc11a671d376bd18b3..d645f5ee7e8920e1be2daf49b54a3dec59c00987 100644 --- a/testsuite/tests/partial-sigs/should_compile/WarningWildcardInstantiations.stderr +++ b/testsuite/tests/partial-sigs/should_compile/WarningWildcardInstantiations.stderr @@ -4,7 +4,7 @@ TYPE SIGNATURES TYPE CONSTRUCTORS COERCION AXIOMS Dependent modules: [] -Dependent packages: [base-4.10.1.0, ghc-prim-0.5.1.0, +Dependent packages: [base-4.10.1.0, ghc-prim-0.5.1.1, integer-gmp-1.0.1.0] WarningWildcardInstantiations.hs:5:14: warning: [-Wpartial-type-signatures (in -Wdefault)] diff --git a/testsuite/tests/roles/should_compile/Roles1.stderr b/testsuite/tests/roles/should_compile/Roles1.stderr index 63a5e36c619c2712b67bc0f5e4291fc0a67ad2ec..f2899e27d0ab81682b8537c5fcbb22de59163285 100644 --- a/testsuite/tests/roles/should_compile/Roles1.stderr +++ b/testsuite/tests/roles/should_compile/Roles1.stderr @@ -21,7 +21,7 @@ TYPE CONSTRUCTORS data T7 (a :: k) b = K7 b COERCION AXIOMS Dependent modules: [] -Dependent packages: [base-4.10.1.0, ghc-prim-0.5.1.0, +Dependent packages: [base-4.10.1.0, ghc-prim-0.5.1.1, integer-gmp-1.0.1.0] ==================== Typechecker ==================== diff --git a/testsuite/tests/roles/should_compile/Roles14.stderr b/testsuite/tests/roles/should_compile/Roles14.stderr index c878f2b9e466e0a2b19167a4521837ec61c36d82..8ec89edf29130c86ab6dc6c06500a1d185693dfa 100644 --- a/testsuite/tests/roles/should_compile/Roles14.stderr +++ b/testsuite/tests/roles/should_compile/Roles14.stderr @@ -8,7 +8,7 @@ TYPE CONSTRUCTORS COERCION AXIOMS axiom Roles12.N:C2 :: C2 a = a -> a -- Defined at Roles14.hs:6:1 Dependent modules: [] -Dependent packages: [base-4.10.1.0, ghc-prim-0.5.1.0, +Dependent packages: [base-4.10.1.0, ghc-prim-0.5.1.1, integer-gmp-1.0.1.0] ==================== Typechecker ==================== diff --git a/testsuite/tests/roles/should_compile/Roles2.stderr b/testsuite/tests/roles/should_compile/Roles2.stderr index 52cd86b337c5c1b6b7ed40a44719270473898080..8da2e751a1a0228ed30851d7a7b6840c3fa9f46d 100644 --- a/testsuite/tests/roles/should_compile/Roles2.stderr +++ b/testsuite/tests/roles/should_compile/Roles2.stderr @@ -7,7 +7,7 @@ TYPE CONSTRUCTORS data T2 a = K2 (FunPtr a) COERCION AXIOMS Dependent modules: [] -Dependent packages: [base-4.10.1.0, ghc-prim-0.5.1.0, +Dependent packages: [base-4.10.1.0, ghc-prim-0.5.1.1, integer-gmp-1.0.1.0] ==================== Typechecker ==================== diff --git a/testsuite/tests/roles/should_compile/Roles3.stderr b/testsuite/tests/roles/should_compile/Roles3.stderr index 27104ffdee1f3270e68d9ad6840dd1aea325187e..f975746e8c6033b7550f5e6596487df205e17920 100644 --- a/testsuite/tests/roles/should_compile/Roles3.stderr +++ b/testsuite/tests/roles/should_compile/Roles3.stderr @@ -29,7 +29,7 @@ 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.10.1.0, ghc-prim-0.5.1.0, +Dependent packages: [base-4.10.1.0, ghc-prim-0.5.1.1, integer-gmp-1.0.1.0] ==================== Typechecker ==================== diff --git a/testsuite/tests/roles/should_compile/Roles4.stderr b/testsuite/tests/roles/should_compile/Roles4.stderr index 6c261346c172620603ec40331c81f755925adf34..13f166284addc03d3691ee0e7a61b26af3fe5252 100644 --- a/testsuite/tests/roles/should_compile/Roles4.stderr +++ b/testsuite/tests/roles/should_compile/Roles4.stderr @@ -14,7 +14,7 @@ COERCION AXIOMS axiom Roles4.N:C3 :: C3 a = a -> Syn1 a -- Defined at Roles4.hs:11:1 Dependent modules: [] -Dependent packages: [base-4.10.1.0, ghc-prim-0.5.1.0, +Dependent packages: [base-4.10.1.0, ghc-prim-0.5.1.1, integer-gmp-1.0.1.0] ==================== Typechecker ==================== diff --git a/testsuite/tests/roles/should_compile/T8958.stderr b/testsuite/tests/roles/should_compile/T8958.stderr index 72d845a685fe4355316149d18310606db07c89b3..35e526879fc2716797e44c37259902916dce6511 100644 --- a/testsuite/tests/roles/should_compile/T8958.stderr +++ b/testsuite/tests/roles/should_compile/T8958.stderr @@ -16,7 +16,7 @@ INSTANCES -- Defined at T8958.hs:10:10 instance [incoherent] Nominal a -- Defined at T8958.hs:7:10 Dependent modules: [] -Dependent packages: [base-4.10.1.0, ghc-prim-0.5.1.0, +Dependent packages: [base-4.10.1.0, ghc-prim-0.5.1.1, integer-gmp-1.0.1.0] ==================== Typechecker ==================== diff --git a/testsuite/tests/typecheck/should_compile/T12763.stderr b/testsuite/tests/typecheck/should_compile/T12763.stderr index 9a409b28444d0028bb71dcec8b5f5de294b7bf95..6befeca981c4dc993625b479ffa04faa66dd9d3a 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.10.1.0, ghc-prim-0.5.1.0, +Dependent packages: [base-4.10.1.0, ghc-prim-0.5.1.1, integer-gmp-1.0.1.0] diff --git a/testsuite/tests/typecheck/should_compile/tc231.stderr b/testsuite/tests/typecheck/should_compile/tc231.stderr index 0272781434e4a4abe8d70de1654407833c97a89d..01d772ebfd5749206063b11a7242167412093d15 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.10.1.0, ghc-prim-0.5.1.0, +Dependent packages: [base-4.10.1.0, ghc-prim-0.5.1.1, integer-gmp-1.0.1.0]