Repository : ssh://darcs.haskell.org//srv/darcs/packages/hoopl On branch : master
http://hackage.haskell.org/trac/ghc/changeset/e578e938e1ff8dd1233bcf89a7c6e62ed4d892ac >--------------------------------------------------------------- commit e578e938e1ff8dd1233bcf89a7c6e62ed4d892ac Author: Norman Ramsey <[email protected]> Date: Sat Apr 21 12:52:13 2012 -0400 update version number and remove Stability: field from cabal file >--------------------------------------------------------------- CHANGES | 10 ++++++++++ hoopl.cabal | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index 6429062..8fedff9 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,13 @@ +3.8.7.4 + Re-export runWithFuel as per Justin Bailey + +3.8.7.3 + Uploaded to Hackage by Ian Lynagh; appears to contain updates + that use Safe Haskell if GHC >= 7.2 (thanks David Terei) + +3.8.7.2 + Version changed with no record of update; never uploaded to Hackage + 3.8.7.1 Eliminate warning about nonexhaustive pattern match (thanks Edward Yang) diff --git a/hoopl.cabal b/hoopl.cabal index 8ef5ee6..dfb46ed 100644 --- a/hoopl.cabal +++ b/hoopl.cabal @@ -1,9 +1,10 @@ Name: hoopl -Version: 3.8.7.2 +Version: 3.8.7.4 -- version 3.8.6.0 is the version that goes with the camera-ready Haskell'10 paper -- version 3.8.7.0 works with GHC 7 -- version 3.8.7.1 adds some unnamed functions without breaking compatibility -- version 3.8.7.2 adds Compiler.Hoopl.Fuel.liftFuel +-- version 3.8.7.4 re-exports runWithFuel Description: Higher-order optimization library License: BSD3 License-File: LICENSE @@ -12,7 +13,6 @@ Maintainer: [email protected] Homepage: http://ghc.cs.tufts.edu/hoopl/ Build-Type: Simple Cabal-Version: >=1.6 -Stability: alpha Synopsis: A library to support dataflow analysis and optimization Category: Compilers/Interpreters Extra-Source-Files: README, hoopl.pdf, CHANGES, FAQ _______________________________________________ Cvs-libraries mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-libraries
