[commit: packages/hoopl] master: documents the changes for 3.10.2.1 release, and bump up the version # (b4477e8)

git at git.haskell.org git at git.haskell.org
Mon Dec 21 22:14:02 UTC 2015


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

On branch  : master
Link       : http://git.haskell.org/packages/hoopl.git/commitdiff/b4477e825a93373124ec5cf29b9850df9608f5bd

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

commit b4477e825a93373124ec5cf29b9850df9608f5bd
Author: Ning Wang <email at ningwang.org>
Date:   Mon Dec 21 13:53:38 2015 -0800

    documents the changes for 3.10.2.1 release, and bump up the version #


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

b4477e825a93373124ec5cf29b9850df9608f5bd
 changelog.md | 15 ++++++++++++---
 hoopl.cabal  |  2 +-
 2 files changed, 13 insertions(+), 4 deletions(-)

diff --git a/changelog.md b/changelog.md
index 5603e4b..8685e9b 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,10 +1,19 @@
 # Changelog for [`hoopl` package](http://hackage.haskell.org/package/hoopl)
 
-## ...
+## 3.10.2.1 *Dec 2015*
+  This release includes only non-functional changes.
 
- - replace `#if CABAL` macro by no CPP at all
+ - Rewrite Applicative/Monad instances into normal-form
 
-## 3.10.1.1 *Aug 2015*
+ - Relax the upper bound constraint of base to include 4.9
+
+ - Replace `#if CABAL` macro by no CPP at all
+
+ - Wrap redudant wild card pattens in conditional compilation 
+
+ - Prefix unused type variables with underscores. 
+
+## 3.10.2.0 *Aug 2015*
 
  - Add #if CABAL macro to several hoopl source files such that the Cabal generated macro is not included when building in ghci
 
diff --git a/hoopl.cabal b/hoopl.cabal
index 732d8c2..ccbe486 100644
--- a/hoopl.cabal
+++ b/hoopl.cabal
@@ -1,5 +1,5 @@
 Name:                hoopl
-Version:             3.10.2.0
+Version:             3.10.2.1
 -- NOTE: Don't forget to update ./changelog.md
 Description:
   Higher-order optimization library



More information about the ghc-commits mailing list