From 791977cd5c917608abf395c9b08e1f5d2fe7ac4c Mon Sep 17 00:00:00 2001 From: Bryan O'Sullivan Date: Mon, 30 Apr 2007 07:08:57 +0000 Subject: [PATCH] Export more functions. --HG-- extra : convert_revision : c26159bf75acec5dac52dfffbc54b786ec304d54 --- System/FilePath/Find.hs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/System/FilePath/Find.hs b/System/FilePath/Find.hs index e612180..d757663 100644 --- a/System/FilePath/Find.hs +++ b/System/FilePath/Find.hs @@ -36,6 +36,8 @@ module System.FilePath.Find ( , modificationTime , statusChangeTime + , linkTarget + , (~?) , (/~?) , (==?) @@ -46,6 +48,8 @@ module System.FilePath.Find ( , (<=?) , (&&?) , (||?) + + , (.&.?) ) where import qualified Control.Exception as E