[commit: packages/deepseq] master: Update changelog for 1.4.2.0 release (9031674)

git at git.haskell.org git at git.haskell.org
Wed Apr 20 13:05:23 UTC 2016


Repository : ssh://git@git.haskell.org/deepseq

On branch  : master
Link       : http://git.haskell.org/packages/deepseq.git/commitdiff/90316747054895c85c01c654efe00ac56ce1993a

>---------------------------------------------------------------

commit 90316747054895c85c01c654efe00ac56ce1993a
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date:   Tue Apr 19 17:52:19 2016 +0200

    Update changelog for 1.4.2.0 release


>---------------------------------------------------------------

90316747054895c85c01c654efe00ac56ce1993a
 changelog.md | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/changelog.md b/changelog.md
index 464bdba..c412fe0 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,6 +1,8 @@
 # Changelog for [`deepseq` package](http://hackage.haskell.org/package/deepseq)
 
-## 1.4.2.0  *Dec 2015*
+## 1.4.2.0  *Apr 2016*
+
+  * Bundled with GHC 8.0.1
 
   * Added instances for types provided by `semigroups` prior to
     `base-4.9` (i.e. `NonEmpty`, `Min`, `Max`, `Arg`,
@@ -16,6 +18,8 @@
   * Added instance for `ExitCode`
     ([#4](https://github.com/haskell/deepseq/issues/4))
 
+  * Make `NFData (Proxy a)` instance poly-kinded
+
 ## 1.4.1.2  *Aug 2015*
 
   * Avoid the broken combination of GHC-7.2 with `array>=0.4`



More information about the ghc-commits mailing list