[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 15:24:18 UTC 2010


The following commit has been merged in the master branch:
commit 2f91878ecd3677cedf31a763cbf1a4b4608b69c6
Author: John Goerzen <jgoerzen at complete.org>
Date:   Fri Jan 23 11:15:34 2009 -0600

    Haddock fix

diff --git a/src/Test/QuickCheck/Utils.hs b/src/Test/QuickCheck/Utils.hs
index b114790..edd6938 100644
--- a/src/Test/QuickCheck/Utils.hs
+++ b/src/Test/QuickCheck/Utils.hs
@@ -33,7 +33,7 @@ expected @=? actual =
                 arguments = ["Result: expected " ++ show expected ++ ", got " ++ show actual],
                 stamp = []}
     
-{- | Like '(@=?)', but with args in a different order. -}
+{- | Like '@=?', but with args in a different order. -}
 (@?=) :: (Eq a, Show a) => a -> a -> Result
 (@?=) = flip (@=?)
 

-- 
haskell-testpack



More information about the Pkg-haskell-commits mailing list