filemanip/FileManip.cabal

20 lines
600 B
Plaintext
Raw Normal View History

2007-04-30 00:49:33 -04:00
Name: FileManip
2007-06-24 12:30:59 -04:00
Version: 0.2
2007-04-30 00:49:33 -04:00
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
2007-05-02 02:02:56 -04:00
GHC-Options: -Wall -O2
2007-04-30 00:49:33 -04:00
Exposed-Modules:
System.FilePath.Find,
2007-06-24 12:30:41 -04:00
System.FilePath.Glob,
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