Add README.
This commit is contained in:
parent
d4c8a504bb
commit
63b5746c7c
2 changed files with 31 additions and 1 deletions
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
Add a link
Reference in a new issue