85545ec0c3
--HG-- extra : convert_revision : b60ca5b0fd568cb352b251ee4016f9882fce4b65
17 lines
520 B
Text
17 lines
520 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 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
|