ec2fcb2c4a
--HG-- extra : convert_revision : 38d40de52e0b82b618bdaa0bffe08d89ff60d830
16 lines
494 B
Text
16 lines
494 B
Text
Name: FileManip
|
|
Version: 0.1
|
|
License: LGPL
|
|
Author: Bryan O'Sullivan <bos@serpentine.com>
|
|
Maintainer: Bryan O'Sullivan
|
|
Synopsis: File and directory manipulation library for Haskell
|
|
Category: System
|
|
Description: A Haskell library for working with files and directories.
|
|
Includes modules for pattern matching, finding files,
|
|
and more.
|
|
Build-Depends: base, filepath, mtl, unix
|
|
GHC-Options: -Wall
|
|
Exposed-Modules:
|
|
System.FilePath.Find,
|
|
System.FilePath.GlobPattern,
|
|
System.FilePath.Manip
|