2007-04-30 00:49:33 -04:00
|
|
|
Name: FileManip
|
|
|
|
Version: 0.1
|
|
|
|
License: LGPL
|
2007-05-01 01:57:14 -04:00
|
|
|
License-File: COPYING.LIB
|
2007-04-30 00:49:33 -04:00
|
|
|
Author: Bryan O'Sullivan <bos@serpentine.com>
|
|
|
|
Maintainer: Bryan O'Sullivan
|
2007-05-02 01:55:51 -04:00
|
|
|
Synopsis: Expressive file and directory manipulation for Haskell.
|
2007-04-30 00:49:33 -04:00
|
|
|
Category: System
|
|
|
|
Description: A Haskell library for working with files and directories.
|
2007-05-01 01:59:22 -04:00
|
|
|
Includes code for pattern matching, finding files,
|
|
|
|
modifying file contents, and more.
|
2007-04-30 03:07:46 -04:00
|
|
|
Build-Depends: base, filepath, mtl, unix
|
|
|
|
GHC-Options: -Wall
|
2007-04-30 00:49:33 -04:00
|
|
|
Exposed-Modules:
|
|
|
|
System.FilePath.Find,
|
2007-04-30 15:46:06 -04:00
|
|
|
System.FilePath.GlobPattern,
|
|
|
|
System.FilePath.Manip
|
2007-05-02 01:55:51 -04:00
|
|
|
Extra-Source-Files: README
|