debug-diff: Display a colorized diff between two Haskell values
Debug.Diff
is a quick tool for comparing two Haskell values, as
when diagnosing a test failure. It pretty-prints the values
(using the groom
library) and passes them to an external diff
command (colordiff
by default), which writes the diff to standard
output.
Debug.Diff.Config
provides more control over the diff parameters.
Downloads
- debug-diff-0.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.1 |
---|---|
Dependencies | base (>=3 && <5), groom (>=0.1), process (>=1.0), temporary (>=1.1) [details] |
License | BSD-3-Clause |
Author | Keegan McAllister <mcallister.keegan@gmail.com> |
Maintainer | Keegan McAllister <mcallister.keegan@gmail.com> |
Category | Debug |
Uploaded | by KeeganMcAllister at 2011-09-14T01:08:45Z |
Distributions | NixOS:0.1 |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Downloads | 1426 total (8 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] |