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
|
||||
, statusChangeTime
|
||||
|
||||
, linkTarget
|
||||
|
||||
, (~?)
|
||||
, (/~?)
|
||||
, (==?)
|
||||
|
@ -46,6 +48,8 @@ module System.FilePath.Find (
|
|||
, (<=?)
|
||||
, (&&?)
|
||||
, (||?)
|
||||
|
||||
, (.&.?)
|
||||
) where
|
||||
|
||||
import qualified Control.Exception as E
|
||||
|
|
Loading…
Reference in a new issue