@hackage FilePather0.0.2
Functions on System.FilePath
Categories
License
BSD-3-Clause
Maintainer
Tony Morris <ʇǝu˙sıɹɹoɯʇ@ןןǝʞsɐɥ>
Links
Versions
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 mtl dependency.
Usage example:
findHere always (extensionEq "hs") >>= mapM_ putStrLn ./Setup.hs ./System/FilePath/FilePather.hs