Start to clean things up

This commit is contained in:
Bryan O'Sullivan 2010-10-10 16:03:56 -07:00
parent 0400bf2313
commit 450cb9aa64
2 changed files with 8 additions and 10 deletions

26
filemanip.cabal Normal file
View file

@ -0,0 +1,26 @@
Name: filemanip
Version: 0.4.0.0
License: BSD3
License-File: LICENSE
Author: Bryan O'Sullivan <bos@serpentine.com>
Maintainer: Bryan O'Sullivan
Synopsis: Expressive 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.
Cabal-version: >= 1.6
Build-type: Simple
Extra-Source-Files: README
Library
GHC-Options: -Wall
Exposed-Modules:
System.FilePath.Find,
System.FilePath.Glob,
System.FilePath.GlobPattern,
System.FilePath.Manip
Other-Modules:
System.FilePath.Error