5a8bbe8ac8
--HG-- extra : convert_revision : 979fcb3601237594b93d678cd9c0bb1a8cd8deba
17 lines
535 B
Text
17 lines
535 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: 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
|
|
Exposed-Modules:
|
|
System.FilePath.Find,
|
|
System.FilePath.GlobPattern,
|
|
System.FilePath.Manip
|