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