diff --git a/changelog.md b/changelog.md index ffb69c038e1f07cd44b655f3a1b5d666e6d3761a..1954a02098ce81b9929b8f4cd89e0e6f8a4dcaf0 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,9 @@ +## Changes in version 0.8.0.0 + + * New module `Data.Primitive.PrimVar` + + * `PrimArray`'s type argument has been given a nominal role instead of a phantom role + ## Changes in version 0.7.4.0 * Add Lift instances (#332) diff --git a/primitive.cabal b/primitive.cabal index 5ead8ca0be60b4b9ec9fb2ea8cbcf7eb62ef743c..764125e9cbad9a9416dee1bda039c34347cfb1c0 100644 --- a/primitive.cabal +++ b/primitive.cabal @@ -1,6 +1,6 @@ Cabal-Version: 2.0 Name: primitive -Version: 0.7.4.0 +Version: 0.8.0.0 License: BSD3 License-File: LICENSE