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

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
Category System
Uploaded by BryanOSullivan at 2010-11-02T04:21:30Z
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 48567 total (137 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.1

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