Export more functions.

--HG--
extra : convert_revision : c26159bf75acec5dac52dfffbc54b786ec304d54
This commit is contained in:
Bryan O'Sullivan 2007-04-30 07:08:57 +00:00
parent c7a595006f
commit 791977cd5c
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