[Pkg-haskell-commits] [SCM] haskell-testpack branch, master, updated. debian/1.0.2-1-4-gb0d6b36

John Goerzen jgoerzen at complete.org
Fri Apr 23 14:58:37 UTC 2010


The following commit has been merged in the master branch:
commit 58dbed8841c626bfe0e8a0da58e5af2c6f2d3264
Author: John Goerzen <jgoerzen at complete.org>
Date:   Tue May 3 03:19:36 2005 +0100

    Incorrect ifdef in FiniteMap

diff --git a/MissingH/FiniteMap.hs b/MissingH/FiniteMap.hs
index a1d4bd3..7e1d520 100644
--- a/MissingH/FiniteMap.hs
+++ b/MissingH/FiniteMap.hs
@@ -88,7 +88,7 @@ flippedLookupFM fm v =
                                 Nothing -> []
                                 Just x -> x
 
-#if __GLASGOW_HASKELL__ >= 630 || __HUGS__
+#if __GLASGOW_HASKELL__ >= 603 || __HUGS__
 {- FiniteMap is already showable on this platform -}
 #else
 {- | Makes a FiniteMap showable. -}

-- 
haskell-testpack



More information about the Pkg-haskell-commits mailing list