Export more functions.

This commit is contained in:
Bryan O'Sullivan 2007-04-30 07:08:57 +00:00
parent e3b6430c1a
commit 57d61ac6c5
1 changed files with 4 additions and 0 deletions

View File

@ -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