Export more functions.
--HG-- extra : convert_revision : c26159bf75acec5dac52dfffbc54b786ec304d54
This commit is contained in:
parent
c7a595006f
commit
791977cd5c
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue