@hackage FilePather0.0.1
Functions on System.FilePath
Deprecated
Dependencies (8)
- HUnit
- QuickCheck
- base <5 && >=3
- directory
- filepath
- test-framework Show all…
Dependents (1)
@hackage/acme-everything
Package Flags
small_base
(on by default)
Choose the new, split-up base package.
Functions over System.FilePath including a find function for recursing down directories.
This package is similar to the filemanip package but without the unix and mtl dependencies.
Usage example:
findHere always (extensionEq "hs") >>= mapM_ putStrLn ./Setup.hs .SystemFilePath/FilePather.hs