FileManip: Expressive file and directory manipulation for Haskell.

[ bsd3, deprecated, library, system ] [ Propose Tags ]
Deprecated in favor of filemanip

A Haskell library for working with files and directories. Includes code for pattern matching, finding files, modifying file contents, and more.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1, 0.2, 0.3, 0.3.1, 0.3.2, 0.3.3, 0.3.3.1
Dependencies base, filepath, mtl, unix [details]
License LicenseRef-LGPL
Author Bryan O'Sullivan <bos@serpentine.com>
Maintainer Bryan O'Sullivan
Category System
Uploaded by BryanOSullivan at 2007-05-02T06:18:22Z
Distributions
Reverse Dependencies 4 direct, 6 indirect [details]
Downloads 6713 total (14 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for FileManip-0.1

[back to package description]
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