[commit: packages/hoopl] master: Prepare for 3.10.0.2 release (c9185a2)
git at git.haskell.org
git at git.haskell.org
Fri Dec 19 22:33:30 UTC 2014
Repository : ssh://git@git.haskell.org/hoopl
On branch : master
Link : http://git.haskell.org/packages/hoopl.git/commitdiff/c9185a27af3be3161644711a79164baeff4377b9
>---------------------------------------------------------------
commit c9185a27af3be3161644711a79164baeff4377b9
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date: Fri Dec 19 23:30:38 2014 +0100
Prepare for 3.10.0.2 release
>---------------------------------------------------------------
c9185a27af3be3161644711a79164baeff4377b9
changelog.md | 4 +++-
hoopl.cabal | 2 +-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/changelog.md b/changelog.md
index 234c993..b5b6382 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,9 +1,11 @@
# Changelog for [`hoopl` package](http://hackage.haskell.org/package/hoopl)
-## 3.10.0.2 *TBA*
+## 3.10.0.2 *Dec 2014*
- Add support for `base-4.8.0.0` package version
+ - Mark a few modules as Safe rather than Trustworthy
+
## 3.10.0.1 *Mar 2014*
- Remove UTF8 character from hoopl.cabal to workaround issue
diff --git a/hoopl.cabal b/hoopl.cabal
index d487d49..559c443 100644
--- a/hoopl.cabal
+++ b/hoopl.cabal
@@ -17,7 +17,7 @@ Build-Type: Simple
Cabal-Version: >=1.10
Synopsis: A library to support dataflow analysis and optimization
Category: Compilers/Interpreters
-Tested-With: GHC==7.6.3, GHC==7.6.2, GHC==7.6.1, GHC==7.4.2, GHC==7.4.1, GHC==7.2.2, GHC==7.0.4, GHC==7.0.3, GHC==7.0.2, GHC==7.0.1
+Tested-With: GHC>=7.0.1
Extra-Source-Files: README, hoopl.pdf, changelog.md
Source-repository head
More information about the ghc-commits
mailing list