[commit: packages/hoopl] master: De-UTF8 hoopl.cabal temporarily (275f1cf)
git at git.haskell.org
git at git.haskell.org
Mon Apr 7 17:41:35 UTC 2014
Repository : ssh://git@git.haskell.org/hoopl
On branch : master
Link : http://git.haskell.org/packages/hoopl.git/commitdiff/275f1cf9d8a044406a1492ee3f1655f0ea9a993d
>---------------------------------------------------------------
commit 275f1cf9d8a044406a1492ee3f1655f0ea9a993d
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date: Mon Apr 7 19:39:06 2014 +0200
De-UTF8 hoopl.cabal temporarily
This workarounds an issue in GHC 7.8.1's build-system
(which has been fixed in GHC HEAD already but requires a newer Cabal lib)
Signed-off-by: Herbert Valerio Riedel <hvr at gnu.org>
>---------------------------------------------------------------
275f1cf9d8a044406a1492ee3f1655f0ea9a993d
changelog.md | 5 +++++
hoopl.cabal | 8 ++++----
2 files changed, 9 insertions(+), 4 deletions(-)
diff --git a/changelog.md b/changelog.md
index e98ac5f..deff9b2 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,5 +1,10 @@
# Changelog for [`hoopl` package](http://hackage.haskell.org/package/hoopl)
+## 3.10.0.1 *Mar 2014*
+
+ - Remove UTF8 character from hoopl.cabal to workaround issue
+ in GHC 7.8.1's build system
+
## 3.10.0.0 *Mar 2014*
- Bundled with GHC 7.8.1
diff --git a/hoopl.cabal b/hoopl.cabal
index 978305a..d73b61c 100644
--- a/hoopl.cabal
+++ b/hoopl.cabal
@@ -1,5 +1,5 @@
Name: hoopl
-Version: 3.10.0.0
+Version: 3.10.0.1
-- NOTE: Don't forget to update 'repository this' tag when incrementing version!
-- GHC 7.6.1 released with 3.9.0.0
-- version 3.8.6.0 is the version that goes with the camera-ready Haskell'10 paper
@@ -11,12 +11,12 @@ Version: 3.10.0.0
Description:
Higher-order optimization library
.
- See /Norman Ramsey, João Dias, and Simon Peyton Jones./
+ See /Norman Ramsey, Joao Dias, and Simon Peyton Jones./
<http://research.microsoft.com/en-us/um/people/simonpj/Papers/c--/hoopl-haskell10.pdf "Hoopl: A Modular, Reusable Library for Dataflow Analysis and Transformation"> /(2010)/ for more details.
License: BSD3
License-File: LICENSE
-Author: Norman Ramsey, João Dias, Simon Marlow and Simon Peyton Jones
+Author: Norman Ramsey, Joao Dias, Simon Marlow and Simon Peyton Jones
Maintainer: nr at cs.tufts.edu
Homepage: http://ghc.cs.tufts.edu/hoopl/
Bug-Reports: http://ghc.haskell.org/trac/ghc/newticket?component=libraries/hoopl
@@ -34,7 +34,7 @@ Source-repository head
Source-repository this
Type: git
Location: http://git.haskell.org/packages/hoopl.git
- Tag: hoopl-3.10.0.0-release
+ Tag: hoopl-3.10.0.1-release
Library
Default-Language: Haskell2010
More information about the ghc-commits
mailing list