[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:22:44 UTC 2010


The following commit has been merged in the master branch:
commit b0763aae3103d887e066f018c657c197df898aeb
Author: John Goerzen <jgoerzen at complete.org>
Date:   Fri Jan 11 22:16:10 2008 +0100

    Syntax/compilation fix

diff --git a/src/Data/List/Utils.hs b/src/Data/List/Utils.hs
index 0b6647f..4c03f07 100644
--- a/src/Data/List/Utils.hs
+++ b/src/Data/List/Utils.hs
@@ -227,7 +227,7 @@ Examples:
 genericJoin :: Show a => String -> [a] -> String
 genericJoin delim l = join delim (map show l)
 
-{-# DEPRECATED contains: Use Data.List.isInfixOf, will be removed in MissingH 1.1.0 #-}
+{-# DEPRECATED contains "Use Data.List.isInfixOf, will be removed in MissingH 1.1.0" #-}
 {- | Returns true if the given parameter is a sublist of the given list;
 false otherwise.
 

-- 
haskell-testpack



More information about the Pkg-haskell-commits mailing list