fork of https://github.com/bos/filemanip that can look thru symlinks
Go to file
Erik Hesselink c07090e251 Remove infinite loop on MatchGroup without common prefix.
In that case, the exact same MatchGroup would be fed to simplifyTerms again. Now, it is returned immediately, and only the rest of the terms are simplified.
2012-04-17 14:02:05 +02:00
System/FilePath Remove infinite loop on MatchGroup without common prefix. 2012-04-17 14:02:05 +02:00
examples Add Glob module, update docs. 2007-06-24 16:30:41 +00:00
.hgignore Start to clean things up 2010-10-10 16:03:56 -07:00
.hgtags Added tag 0.3.6.0 for changeset ffce91ed40c6 2011-11-13 19:36:56 -08:00
LICENSE Add license file. 2010-07-10 15:47:21 +00:00
README.markdown Update URLs 2011-11-13 19:24:59 -08:00
Setup.lhs Initial cut of filemanip library. 2007-04-30 04:49:33 +00:00
filemanip.cabal Bump version to 0.3.6.0 2011-11-13 19:36:48 -08:00

README.markdown

filemanip: expressive file manipulation

This package provides functions and combinators for searching, matching, and manipulating files.

Get involved!

Please report bugs via the github issue tracker.

Master git repository:

  • git clone git://github.com/bos/filemanip.git

There's also a Mercurial mirror:

  • hg clone https://bitbucket.org/bos/filemanip

(You can create and contribute changes using either Mercurial or git.)

Authors

This library is written and maintained by Bryan O'Sullivan, bos@serpentine.com.