Add README.
--HG-- extra : convert_revision : cef02b74aefb1f81aa48f4e7b55c09cb09263c02
This commit is contained in:
parent
812f087b88
commit
37398ede96
2 changed files with 31 additions and 1 deletions
|
@ -4,7 +4,7 @@ License: LGPL
|
|||
License-File: COPYING.LIB
|
||||
Author: Bryan O'Sullivan <bos@serpentine.com>
|
||||
Maintainer: Bryan O'Sullivan
|
||||
Synopsis: File and directory manipulation for Haskell.
|
||||
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,
|
||||
|
@ -15,3 +15,4 @@ Exposed-Modules:
|
|||
System.FilePath.Find,
|
||||
System.FilePath.GlobPattern,
|
||||
System.FilePath.Manip
|
||||
Extra-Source-Files: README
|
||||
|
|
29
README
Normal file
29
README
Normal file
|
@ -0,0 +1,29 @@
|
|||
FileManip: expressive file manipulation
|
||||
---------------------------------------
|
||||
|
||||
This package provides functions and combinators for searching,
|
||||
matching, and manipulating files.
|
||||
|
||||
|
||||
To build and install:
|
||||
|
||||
runhaskell Setup configure
|
||||
runhaskell Setup build
|
||||
runhaskell Setup install
|
||||
|
||||
|
||||
To understand:
|
||||
|
||||
runhaskell Setup haddock
|
||||
|
||||
Take a look at the generated documentation in dist/doc.
|
||||
|
||||
|
||||
To contribute:
|
||||
|
||||
darcs get http://darcs.serpentine.com/filemanip
|
||||
|
||||
|
||||
Contributors:
|
||||
|
||||
Bryan O'Sullivan
|
Loading…
Add table
Reference in a new issue