[commit: packages/hoopl] master: Bump cabal version (a8429fd)
git at git.haskell.org
git at git.haskell.org
Mon Dec 21 22:12:39 UTC 2015
Repository : ssh://git@git.haskell.org/hoopl
On branch : master
Link : http://git.haskell.org/packages/hoopl.git/commitdiff/a8429fd7a8423029fec6632aac07632fdfcd2b6f
>---------------------------------------------------------------
commit a8429fd7a8423029fec6632aac07632fdfcd2b6f
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date: Tue Apr 14 09:42:05 2015 +0200
Bump cabal version
The recent visible change in b38e92f67cabfa0d0ed12ac93c2d431f2391de70
made this minor version bump necessary
>---------------------------------------------------------------
a8429fd7a8423029fec6632aac07632fdfcd2b6f
changelog.md | 4 ++++
hoopl.cabal | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/changelog.md b/changelog.md
index b5b6382..ae13393 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,5 +1,9 @@
# Changelog for [`hoopl` package](http://hackage.haskell.org/package/hoopl)
+## 3.10.1.0 **TBA**
+
+ - Remove redundant constraints
+
## 3.10.0.2 *Dec 2014*
- Add support for `base-4.8.0.0` package version
diff --git a/hoopl.cabal b/hoopl.cabal
index 559c443..39e6920 100644
--- a/hoopl.cabal
+++ b/hoopl.cabal
@@ -1,5 +1,5 @@
Name: hoopl
-Version: 3.10.0.2
+Version: 3.10.1.0
-- NOTE: Don't forget to update ./changelog.md
Description:
Higher-order optimization library
More information about the ghc-commits
mailing list