Start to clean things up
--HG-- rename : FileManip.cabal => filemanip.cabal
This commit is contained in:
parent
0fa21022e9
commit
f2afffcfb3
2 changed files with 8 additions and 10 deletions
26
filemanip.cabal
Normal file
26
filemanip.cabal
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue