892054acc3
--HG-- extra : convert_revision : 170753ea8470544bcc51c89326b9eadf70ab012e
18 lines
577 B
Text
18 lines
577 B
Text
Name: FileManip
|
|
Version: 0.1
|
|
License: LGPL
|
|
License-File: COPYING.LIB
|
|
Author: Bryan O'Sullivan <bos@serpentine.com>
|
|
Maintainer: Bryan O'Sullivan
|
|
Synopsis: Expressive file and directory manipulation for Haskell.
|
|
Category: System
|
|
Description: A Haskell library for working with files and directories.
|
|
Includes code for pattern matching, finding files,
|
|
modifying file contents, and more.
|
|
Build-Depends: base, filepath, mtl, unix
|
|
GHC-Options: -Wall -O2
|
|
Exposed-Modules:
|
|
System.FilePath.Find,
|
|
System.FilePath.GlobPattern,
|
|
System.FilePath.Manip
|
|
Extra-Source-Files: README
|