[commit: packages/hoopl] master: update changelog.md to include all the changes made in the previous cl (48da9a5)
git at git.haskell.org
git at git.haskell.org
Mon Dec 21 22:12:53 UTC 2015
Repository : ssh://git@git.haskell.org/hoopl
On branch : master
Link : http://git.haskell.org/packages/hoopl.git/commitdiff/48da9a5f58b7129eebbd9df6958a3c8f10bdb9ac
>---------------------------------------------------------------
commit 48da9a5f58b7129eebbd9df6958a3c8f10bdb9ac
Merge: 8778a37 d860915
Author: Ning Wang <email at ningwang.org>
Date: Fri Apr 24 21:19:15 2015 -0700
update changelog.md to include all the changes made in the previous cl
>---------------------------------------------------------------
48da9a5f58b7129eebbd9df6958a3c8f10bdb9ac
changelog.md | 9 +++++++++
hoopl.cabal | 2 +-
2 files changed, 10 insertions(+), 1 deletion(-)
diff --cc changelog.md
index ae13393,77b0854..9718736
--- a/changelog.md
+++ b/changelog.md
@@@ -1,5 -1,9 +1,14 @@@
# Changelog for [`hoopl` package](http://hackage.haskell.org/package/hoopl)
++## 3.10.2.1 *Apr 2015*
++ - Add #if CABAL macro to several hoopl source files such that the Cabal generated macro is not included when building in ghci
++ - Change the test code (testing/*) to compare the converted graphs against the expected graphs in AST form
++ - Update the cabal file to run tests and generate a test coverage report
++
+ ## 3.10.2.0 *Apr 2015*
+
+ - Re-export runWithFuel from Compiler.Hoopl.
+
## 3.10.1.0 **TBA**
- Remove redundant constraints
More information about the ghc-commits
mailing list