fork of https://github.com/bos/filemanip that can look thru symlinks
Find a file
Bryan O'Sullivan cb63c4f2a5 old tag: 0.1
--HG--
extra : convert_revision : 6de4635de3fcfc021691ecf0b88cec31ab1245f0
2007-05-02 06:06:35 +00:00
examples Tidy. 2007-04-30 23:07:44 +00:00
System/FilePath Add docs. 2007-05-02 05:56:32 +00:00
COPYING.LIB Point to license file. 2007-05-01 05:57:14 +00:00
FileManip.cabal Turn on optimisation. 2007-05-02 06:02:56 +00:00
README Update README with URL for docs. 2007-05-02 06:05:52 +00:00
Setup.lhs Initial cut of filemanip library. 2007-04-30 04:49:33 +00:00

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:

  http://darcs.serpentine.com/filemanip/dist/doc/html/FileManip/



To contribute:

  darcs get http://darcs.serpentine.com/filemanip


Contributors:

  Bryan O'Sullivan