filediff: Diffing and patching module

[ bsd3, data, library ] [ Propose Tags ]

filediff is a Haskell library for creating diffs, and applying diffs to files and directories.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.0.1, 0.1.0.2, 0.1.0.3, 0.1.0.4, 0.1.0.5, 0.1.0.6, 0.1.0.7, 0.1.0.8, 1.0.0.0, 1.0.0.1, 1.0.0.2, 1.0.0.3, 1.0.0.4, 1.0.0.5, 2.0.0
Dependencies base (>=4.7 && <4.8), data-default, data-memocombinators, directory, either, mtl, tasty, tasty-hunit, text, time, transformers, Zora (>=1.1.22) [details]
License BSD-3-Clause
Author Brett Wines
Maintainer bgwines@cs.stanford.edu
Category Data
Home page https://github.com/bgwines/filediff
Source repo head: git clone git://github.com/bgwines/filediff.git
Uploaded by bgwines at 2015-04-21T03:16:44Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 10050 total (38 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 filediff-0.1.0.7

[back to package description]

filediff

filediff is a Haskell library for creating diffs, and applying diffs to files and directories.

Testing

cabal configure --enable tests && build && cabal test

Found an issue?

Don't hesitate to let me know / issue a PR!

Build Status