@hackage FilePather0.1.2
Functions on System.FilePath
Categories
License
BSD-3-Clause
Maintainer
Tony Morris <ʇǝu˙sıɹɹoɯʇ@ןןǝʞsɐɥ>
Links
Versions
Deprecated
Dependencies (6)
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