BSD-3-Clause licensed by Oleg Grenrus
Maintained by Oleg.Grenrus
This version can be pinned in stack with:tree-diff-0.0.2@sha256:80d6e7058cd3cdd0b0b9cfe6ba94090b480dd627cad2848426e4bce6851281e6,3766

tree-diff

Diffing of (expression) trees.

Examples

tree-diff displays pretty diffs of tree data:

Because of its untyped internal type, it copes with type changes:

As a bonus, multiline Strings and Text are diffed linewise:

Changes

Revision history for tree-diff

0.0.2

  • Print compact diffs
  • Add ToExpr instance for ShortByteString

0.0.1

  • Use BS.readFile and BS.writeFile in ediffGolden. This makes files read and written in UTF8 independently of locale. Fixes builds on appveyor.

0.0.0.1

  • Move to build-type: Simple

0

  • First version. Released on an unsuspecting world.