The debug-diff package
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.
Properties
| Version | 0.1 |
|---|---|
| Dependencies | base (≥3 & <5), groom (≥0.1), process (≥1.0), temporary (≥1.1) |
| License | BSD3 |
| Author | Keegan McAllister <mcallister.keegan@gmail.com> |
| Maintainer | Keegan McAllister <mcallister.keegan@gmail.com> |
| Category | Debug |
| Upload date | Wed Sep 14 01:08:45 UTC 2011 |
| Uploaded by | KeeganMcAllister |
| Built on | ghc-7.2 |
Modules
Downloads
- debug-diff-0.1.tar.gz (Cabal source package)
- package description (included in the package)