filemanip: Expressive file and directory manipulation for Haskell.

[ bsd3, library, system ] [ Propose Tags ]

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

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.3.5.0, 0.3.5.1, 0.3.5.2, 0.3.6.1, 0.3.6.2, 0.3.6.3
Dependencies base (<5), bytestring, directory, filepath, mtl (>=1.1 && <1.2), unix, unix-compat [details]
License BSD-3-Clause
Author Bryan O'Sullivan <bos@serpentine.com>
Maintainer Bryan O'Sullivan
Revised Revision 1 made by HerbertValerioRiedel at 2018-01-01T22:42:31Z
Category System
Uploaded by BryanOSullivan at 2010-10-10T23:17:53Z
Distributions Arch:0.3.6.3, Debian:0.3.6.3, Fedora:0.3.6.3, FreeBSD:0.3.6.3, LTSHaskell:0.3.6.3, NixOS:0.3.6.3, Stackage:0.3.6.3
Reverse Dependencies 37 direct, 214 indirect [details]
Downloads 48539 total (138 in the last 30 days)
Rating 2.25 (votes: 2) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for filemanip-0.3.5.0

[back to package description]

filemanip: expressive file manipulation

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

Get involved!

Please report bugs via the bitbucket issue tracker.

Master Mercurial repository:

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

There's also a git mirror:

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

(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.