Skip to content
Snippets Groups Projects
Commit 00565677 authored by Ben Gamari's avatar Ben Gamari
Browse files

ghc-prim: Bump and update changelog

After some last-minute reflection I concluded it would be best that we
advertised the strictness change with a patch-level version bump, even
if it is strictly a bug-fix.
parent ed9e62f2
No related merge requests found
Showing
with 28 additions and 22 deletions
...@@ -36,7 +36,7 @@ library ...@@ -36,7 +36,7 @@ library
UnboxedTuples UnboxedTuples
CPP CPP
build-depends: ghc-prim == 0.5.1.0, build-depends: ghc-prim == 0.5.1.1,
base >= 4.9.0 && < 4.11, base >= 4.9.0 && < 4.11,
bytestring >= 0.10.6.0 bytestring >= 0.10.6.0
ghc-options: -Wall ghc-options: -Wall
......
## 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 - Shipped with GHC 8.2.1
......
name: ghc-prim name: ghc-prim
version: 0.5.1.0 version: 0.5.1.1
-- NOTE: Don't forget to update ./changelog.md -- NOTE: Don't forget to update ./changelog.md
license: BSD3 license: BSD3
license-file: LICENSE license-file: LICENSE
......
...@@ -36,5 +36,5 @@ TYPE SIGNATURES ...@@ -36,5 +36,5 @@ TYPE SIGNATURES
TYPE CONSTRUCTORS TYPE CONSTRUCTORS
COERCION AXIOMS COERCION AXIOMS
Dependent modules: [] 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] integer-gmp-1.0.1.0]
...@@ -4,5 +4,5 @@ ...@@ -4,5 +4,5 @@
Instantiating q Instantiating q
[1 of 1] Including p[Int=base-4.10.1.0:GHC.Exts] [1 of 1] Including p[Int=base-4.10.1.0:GHC.Exts]
Instantiating 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 ) [1 of 1] Compiling Int[sig] ( p/Int.hsig, bkp16.out/p/p-97PZnzqiJmd2hTwUNGdjod/Int.o )
...@@ -7,7 +7,7 @@ TYPE SIGNATURES ...@@ -7,7 +7,7 @@ TYPE SIGNATURES
TYPE CONSTRUCTORS TYPE CONSTRUCTORS
COERCION AXIOMS COERCION AXIOMS
Dependent modules: [] 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] integer-gmp-1.0.1.0]
[1 of 1] Compiling A ( A.hs, A.o ) [1 of 1] Compiling A ( A.hs, A.o )
TYPE SIGNATURES TYPE SIGNATURES
...@@ -18,5 +18,5 @@ TYPE SIGNATURES ...@@ -18,5 +18,5 @@ TYPE SIGNATURES
TYPE CONSTRUCTORS TYPE CONSTRUCTORS
COERCION AXIOMS COERCION AXIOMS
Dependent modules: [] 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] integer-gmp-1.0.1.0]
...@@ -3,7 +3,7 @@ TYPE SIGNATURES ...@@ -3,7 +3,7 @@ TYPE SIGNATURES
TYPE CONSTRUCTORS TYPE CONSTRUCTORS
COERCION AXIOMS COERCION AXIOMS
Dependent modules: [] 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] 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}]
...@@ -20,5 +20,5 @@ INSTANCES ...@@ -20,5 +20,5 @@ INSTANCES
FAMILY INSTANCES FAMILY INSTANCES
type Elem (ListColl a) type Elem (ListColl a)
Dependent modules: [] 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] integer-gmp-1.0.1.0]
...@@ -5,5 +5,5 @@ TYPE CONSTRUCTORS ...@@ -5,5 +5,5 @@ TYPE CONSTRUCTORS
data Foo x y z = Foo x y z data Foo x y z = Foo x y z
COERCION AXIOMS COERCION AXIOMS
Dependent modules: [] 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] integer-gmp-1.0.1.0]
...@@ -3,5 +3,5 @@ TYPE SIGNATURES ...@@ -3,5 +3,5 @@ TYPE SIGNATURES
TYPE CONSTRUCTORS TYPE CONSTRUCTORS
COERCION AXIOMS COERCION AXIOMS
Dependent modules: [] 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] integer-gmp-1.0.1.0]
...@@ -3,5 +3,5 @@ TYPE SIGNATURES ...@@ -3,5 +3,5 @@ TYPE SIGNATURES
TYPE CONSTRUCTORS TYPE CONSTRUCTORS
COERCION AXIOMS COERCION AXIOMS
Dependent modules: [] 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] integer-gmp-1.0.1.0]
...@@ -3,5 +3,5 @@ TYPE SIGNATURES ...@@ -3,5 +3,5 @@ TYPE SIGNATURES
TYPE CONSTRUCTORS TYPE CONSTRUCTORS
COERCION AXIOMS COERCION AXIOMS
Dependent modules: [] 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] integer-gmp-1.0.1.0]
...@@ -3,5 +3,5 @@ TYPE SIGNATURES ...@@ -3,5 +3,5 @@ TYPE SIGNATURES
TYPE CONSTRUCTORS TYPE CONSTRUCTORS
COERCION AXIOMS COERCION AXIOMS
Dependent modules: [] 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] integer-gmp-1.0.1.0]
...@@ -3,5 +3,5 @@ TYPE SIGNATURES ...@@ -3,5 +3,5 @@ TYPE SIGNATURES
TYPE CONSTRUCTORS TYPE CONSTRUCTORS
COERCION AXIOMS COERCION AXIOMS
Dependent modules: [] 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] integer-gmp-1.0.1.0]
...@@ -3,5 +3,5 @@ TYPE SIGNATURES ...@@ -3,5 +3,5 @@ TYPE SIGNATURES
TYPE CONSTRUCTORS TYPE CONSTRUCTORS
COERCION AXIOMS COERCION AXIOMS
Dependent modules: [] 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] integer-gmp-1.0.1.0]
...@@ -3,5 +3,5 @@ TYPE SIGNATURES ...@@ -3,5 +3,5 @@ TYPE SIGNATURES
TYPE CONSTRUCTORS TYPE CONSTRUCTORS
COERCION AXIOMS COERCION AXIOMS
Dependent modules: [] 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] integer-gmp-1.0.1.0]
...@@ -20,5 +20,5 @@ COERCION AXIOMS ...@@ -20,5 +20,5 @@ COERCION AXIOMS
FAMILY INSTANCES FAMILY INSTANCES
data instance Sing data instance Sing
Dependent modules: [] 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] integer-gmp-1.0.1.0]
...@@ -3,5 +3,5 @@ TYPE SIGNATURES ...@@ -3,5 +3,5 @@ TYPE SIGNATURES
TYPE CONSTRUCTORS TYPE CONSTRUCTORS
COERCION AXIOMS COERCION AXIOMS
Dependent modules: [] 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] integer-gmp-1.0.1.0]
...@@ -3,5 +3,5 @@ TYPE SIGNATURES ...@@ -3,5 +3,5 @@ TYPE SIGNATURES
TYPE CONSTRUCTORS TYPE CONSTRUCTORS
COERCION AXIOMS COERCION AXIOMS
Dependent modules: [] 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] integer-gmp-1.0.1.0]
...@@ -3,5 +3,5 @@ TYPE SIGNATURES ...@@ -3,5 +3,5 @@ TYPE SIGNATURES
TYPE CONSTRUCTORS TYPE CONSTRUCTORS
COERCION AXIOMS COERCION AXIOMS
Dependent modules: [] 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] integer-gmp-1.0.1.0]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment