Repository : ssh://darcs.haskell.org//srv/darcs/packages/hoopl On branch : ghc-7.2
http://hackage.haskell.org/trac/ghc/changeset/4dd8a0d1e065c50296322f8cd9e8b0bcc556ce72 >--------------------------------------------------------------- commit 4dd8a0d1e065c50296322f8cd9e8b0bcc556ce72 Author: Norman Ramsey <[email protected]> Date: Mon Jul 18 14:33:34 2011 -0400 change from Edward Yang to fix warning >--------------------------------------------------------------- CHANGES | 3 +++ hoopl.cabal | 2 +- 2 files changed, 4 insertions(+), 1 deletions(-) diff --git a/CHANGES b/CHANGES index 3c563d5..6429062 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +3.8.7.1 + Eliminate warning about nonexhaustive pattern match (thanks Edward Yang) + 3.8.7.0 Works with GHC 7 (thanks Edward Yang) cabal sdist now sort of works (and is added to validate) diff --git a/hoopl.cabal b/hoopl.cabal index 7466178..1991e3f 100644 --- a/hoopl.cabal +++ b/hoopl.cabal @@ -1,5 +1,5 @@ Name: hoopl -Version: 3.8.7.0 +Version: 3.8.7.1 -- 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 Description: Higher-order optimization library _______________________________________________ Cvs-libraries mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-libraries
