[commit: packages/hoopl] master: Undo version bump from 54e4786810dc8305e694f06d (96c32cc)
git at git.haskell.org
git at git.haskell.org
Mon Dec 21 22:12:59 UTC 2015
Repository : ssh://git@git.haskell.org/hoopl
On branch : master
Link : http://git.haskell.org/packages/hoopl.git/commitdiff/96c32cccf37578ac6b832ed9147273b09f37c004
>---------------------------------------------------------------
commit 96c32cccf37578ac6b832ed9147273b09f37c004
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date: Mon Apr 27 08:37:05 2015 +0200
Undo version bump from 54e4786810dc8305e694f06d
`hoopl` follows the early-version-bump strategy, so its version was
already (minor version) incremented relative to the last released
version
>---------------------------------------------------------------
96c32cccf37578ac6b832ed9147273b09f37c004
changelog.md | 4 +---
hoopl.cabal | 2 +-
2 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/changelog.md b/changelog.md
index 77b0854..0182960 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,11 +1,9 @@
# Changelog for [`hoopl` package](http://hackage.haskell.org/package/hoopl)
-## 3.10.2.0 *Apr 2015*
+## 3.10.1.0 *Apr 2015*
- Re-export runWithFuel from Compiler.Hoopl.
-## 3.10.1.0 **TBA**
-
- Remove redundant constraints
## 3.10.0.2 *Dec 2014*
diff --git a/hoopl.cabal b/hoopl.cabal
index 9c88ae9..ff189de 100644
--- a/hoopl.cabal
+++ b/hoopl.cabal
@@ -1,5 +1,5 @@
Name: hoopl
-Version: 3.10.2.0
+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