fork of https://github.com/bos/filemanip that can look thru symlinks
Go to file
Bryan O'Sullivan 0f27317674 Add docs.
--HG--
extra : convert_revision : 88e724524fcf29c16f7217de5e0886195cbf60ce
2007-05-02 05:56:32 +00:00
System/FilePath Add docs. 2007-05-02 05:56:32 +00:00
examples Tidy. 2007-04-30 23:07:44 +00:00
COPYING.LIB Point to license file. 2007-05-01 05:57:14 +00:00
FileManip.cabal Add README. 2007-05-02 05:55:51 +00:00
README Add README. 2007-05-02 05:55:51 +00:00
Setup.lhs Initial cut of filemanip library. 2007-04-30 04:49:33 +00:00

README

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