Export more functions.
This commit is contained in:
parent
e3b6430c1a
commit
57d61ac6c5
1 changed files with 4 additions and 0 deletions
|
@ -36,6 +36,8 @@ module System.FilePath.Find (
|
||||||
, modificationTime
|
, modificationTime
|
||||||
, statusChangeTime
|
, statusChangeTime
|
||||||
|
|
||||||
|
, linkTarget
|
||||||
|
|
||||||
, (~?)
|
, (~?)
|
||||||
, (/~?)
|
, (/~?)
|
||||||
, (==?)
|
, (==?)
|
||||||
|
@ -46,6 +48,8 @@ module System.FilePath.Find (
|
||||||
, (<=?)
|
, (<=?)
|
||||||
, (&&?)
|
, (&&?)
|
||||||
, (||?)
|
, (||?)
|
||||||
|
|
||||||
|
, (.&.?)
|
||||||
) where
|
) where
|
||||||
|
|
||||||
import qualified Control.Exception as E
|
import qualified Control.Exception as E
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue