[commit: packages/hoopl] master: Bump version (54e4786)
git at git.haskell.org
git at git.haskell.org
Mon Dec 21 22:12:47 UTC 2015
Repository : ssh://git@git.haskell.org/hoopl
On branch : master
Link : http://git.haskell.org/packages/hoopl.git/commitdiff/54e4786810dc8305e694f06d320aa9dd299d5813
>---------------------------------------------------------------
commit 54e4786810dc8305e694f06d320aa9dd299d5813
Author: Andreas Voellmy <andreas.voellmy at gmail.com>
Date: Thu Apr 16 09:35:13 2015 -0400
Bump version
Bump version so we can release on hackage. The 3rd digit is updated
since this version re-exports a function (expanding the interface)
from Compiler.Hoopl.
>---------------------------------------------------------------
54e4786810dc8305e694f06d320aa9dd299d5813
changelog.md | 4 ++++
hoopl.cabal | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/changelog.md b/changelog.md
index ae13393..77b0854 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,5 +1,9 @@
# Changelog for [`hoopl` package](http://hackage.haskell.org/package/hoopl)
+## 3.10.2.0 *Apr 2015*
+
+ - Re-export runWithFuel from Compiler.Hoopl.
+
## 3.10.1.0 **TBA**
- Remove redundant constraints
diff --git a/hoopl.cabal b/hoopl.cabal
index 39e6920..bd423c9 100644
--- a/hoopl.cabal
+++ b/hoopl.cabal
@@ -1,5 +1,5 @@
Name: hoopl
-Version: 3.10.1.0
+Version: 3.10.2.0
-- NOTE: Don't forget to update ./changelog.md
Description:
Higher-order optimization library
More information about the ghc-commits
mailing list