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, unix-compat (>=0.3) [details]
License BSD-3-Clause
Author Bryan O'Sullivan <bos@serpentine.com>
Maintainer Bryan O'Sullivan
Revised Revision 1 made by Bodigrim at 2023-01-28T19:49:51Z
Category System
Home page https://github.com/bos/filemanip
Bug tracker https://github.com/bos/filemanip/issues
Source repo head: git clone git://github.com/bos/filemanip.git
head: hg clone https://bitbucket.org/bos/filemanip
Uploaded by BryanOSullivan at 2015-01-20T23:34:08Z
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 48373 total (119 in the last 30 days)
Rating 2.25 (votes: 2) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2015-01-21 [all 1 reports]

Readme for filemanip-0.3.6.3

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