Maintained by 
Oleg.GrenrusThis version can be pinned in stack with:tree-diff-0.1@sha256:533bc88d8a74a4d39c7a42d7343544fd5a17832bbab3e5d80d4c0f7d67632e20,4055
Module documentation for 0.1
Depends on 20 packages
(full list with versions):
aeson, 
ansi-terminal, 
ansi-wl-pprint, 
base, 
base-compat, 
bytestring, 
bytestring-builder, 
containers, 
hashable, 
parsec, 
parsers, 
pretty, 
QuickCheck, 
scientific, 
tagged, 
text, 
time, 
unordered-containers, 
uuid-types, 
vector 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:

0.1
- Support GHC-7.4 … 8.8 (use allow-newer for GHC-8.8-alpha).
- Use raw GHC.Generics (drop generics-sopdependency)
- Use own memoising (Vector lookup, drop MemoTriedependency)
- Singleton data-types (both dataandnewtypes) are printed in App form (i.e. no-record).
- Change license to GPL-2.0-or-later
0.0.2.1
- Support semigroups-0.19, hashable-1.3 and generics-sop-0.5
0.0.2
- Print compact diffs
- Add ToExprinstance forShortByteString
0.0.1
- Use BS.readFileandBS.writeFileinediffGolden.
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.