[commit: packages/filepath] master: Note that any is a Prelude function (19006f6)

git at git.haskell.org git at git.haskell.org
Thu Mar 19 11:37:24 UTC 2015


Repository : ssh://git@git.haskell.org/filepath

On branch  : master
Link       : http://git.haskell.org/packages/filepath.git/commitdiff/19006f6dbf4924e20a83c7aea9b536bcb561e661

>---------------------------------------------------------------

commit 19006f6dbf4924e20a83c7aea9b536bcb561e661
Author: Neil Mitchell <ndmitchell at gmail.com>
Date:   Mon Nov 10 11:05:31 2014 +0000

    Note that any is a Prelude function


>---------------------------------------------------------------

19006f6dbf4924e20a83c7aea9b536bcb561e661
 Generate.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Generate.hs b/Generate.hs
index 649f510..f0972fc 100755
--- a/Generate.hs
+++ b/Generate.hs
@@ -83,7 +83,7 @@ qualify pw str
     | otherwise = str
     where
         prelude = ["elem","uncurry","snd","fst","not","null","if","then","else"
-                  ,"True","False","concat","isPrefixOf","isSuffixOf"]
+                  ,"True","False","concat","isPrefixOf","isSuffixOf","any"]
         fpops = ["</>","<.>","-<.>"]
 
 



More information about the ghc-commits mailing list