dev-haskell / tree-diff

Diffing of (expression) trees

Official package sites : https://github.com/haskellari/tree-diff ·

Common diff algorithm works on list structures: @ diff :: Eq a => [a] -> [a] -> [Edit a] @ This package works on trees. @ treeDiff :: Eq a => Tree a -> Tree a -> Edit (EditTree a) @ This package also provides a way to diff arbitrary ADTs, using @Generics@-derivable helpers. This package differs from <http://hackage.haskell.org/package/gdiff gdiff>, in a two ways: @tree-diff@ doesn't have patch function, and the "edit-script" is a tree itself, which is useful for pretty-printing. @ >>> prettyEditExpr $ ediff (Foo 42 [True, False] "old") (Foo 42 [False, False, True] "new") Foo {fooBool = [-True, +False, False, +True], fooInt = 42, fooString = -"old" +"new"} @

v0.2.1.1 :: 0/0.2.1.1 :: gentoo

Modified
License
GPL-2+
Keywords
amd64 ~arm64 ~ppc64 ~riscv ~x86
USE flags
doc hscolour profile test

General

doc
Add extra documentation (API, Javadoc, etc). It is recommended to enable per package instead of globally
hscolour
Include coloured haskell sources to generated documentation (dev-haskell/hscolour)
profile
Add support for software performance analysis (will likely vary from ebuild to ebuild)
test
Enable dependencies and/or preparations necessary to run tests (usually controlled by FEATURES=test but can be toggled independently)

dev-haskell / aeson : Fast JSON parsing and encoding

dev-haskell / ansi-terminal : Simple ANSI terminal support, with Windows compatibility

dev-haskell / ansi-wl-pprint : The Wadler/Leijen Pretty Printer for colored ANSI terminal output

dev-haskell / base-compat : A compatibility layer for base

dev-haskell / bytestring-builder : The new bytestring builder, packaged outside of GHC

dev-haskell / cabal : A framework for packaging Haskell software

dev-haskell / hashable : A class for types that can be converted to a hash value

dev-haskell / hscolour : Colourise Haskell code

dev-haskell / parsers : Parsing combinators

dev-haskell / primitive : Primitive memory-related operations

dev-haskell / quickcheck : Automatic testing of Haskell programs

dev-haskell / scientific : Numbers represented using scientific notation

dev-haskell / semialign : Align and Zip type-classes from the common Semialign ancestor

dev-haskell / strict : Strict data types and String IO

dev-haskell / tagged : Haskell 98 phantom types to avoid unsafely passing dummy arguments

dev-haskell / tasty : Modern and extensible testing framework

dev-haskell / tasty-golden : Golden tests support for tasty

dev-haskell / tasty-quickcheck : QuickCheck support for the Tasty test framework

dev-haskell / these : An either-or-both data type

dev-haskell / trifecta : A modern parser combinator library with convenient diagnostics

dev-haskell / unordered-containers : Efficient hashing-based container types

dev-haskell / uuid-types : Type definitions for Universally Unique Identifiers

dev-haskell / vector : Efficient Arrays

dev-lang / ghc : The Glasgow Haskell Compiler

dev-haskell / aeson : Fast JSON parsing and encoding

dev-haskell / ansi-terminal : Simple ANSI terminal support, with Windows compatibility

dev-haskell / ansi-wl-pprint : The Wadler/Leijen Pretty Printer for colored ANSI terminal output

dev-haskell / base-compat : A compatibility layer for base

dev-haskell / bytestring-builder : The new bytestring builder, packaged outside of GHC

dev-haskell / hashable : A class for types that can be converted to a hash value

dev-haskell / parsers : Parsing combinators

dev-haskell / primitive : Primitive memory-related operations

dev-haskell / quickcheck : Automatic testing of Haskell programs

dev-haskell / scientific : Numbers represented using scientific notation

dev-haskell / semialign : Align and Zip type-classes from the common Semialign ancestor

dev-haskell / strict : Strict data types and String IO

dev-haskell / tagged : Haskell 98 phantom types to avoid unsafely passing dummy arguments

dev-haskell / these : An either-or-both data type

dev-haskell / unordered-containers : Efficient hashing-based container types

dev-haskell / uuid-types : Type definitions for Universally Unique Identifiers

dev-haskell / vector : Efficient Arrays

dev-lang / ghc : The Glasgow Haskell Compiler

dev-haskell / haddock-library : Library exposing some functionality of Haddock

796905
dev-haskell/tree-diff-0.1 - src/.../Golden.hs: error:
Repository mirror & CI · gentoo
Merge updates from master
hololeap · gentoo
dev-haskell/tree-diff: Stabilize for amd64
Signed-off-by: hololeap <hololeap@users.noreply.github.com> Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
matoro · gentoo
dev-haskell/tree-diff: keyword 0.2.1.1 for ~riscv
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
matoro · gentoo
dev-haskell/tree-diff: keyword 0.2.1.1 for ~arm64
Thanks-to: Marcus Comstedt <marcus@mc.pp.se> Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Michael Mair-Keimberger · gentoo
dev-haskell/tree-diff: update HOMEPAGE, add remote-id
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Portage 3.0.34 / pkgdev 0.2.1 / pkgcheck 0.10.11 Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Jack Todaro · gentoo
dev-haskell/tree-diff: drop 0.1
Signed-off-by: Jack Todaro <solpeth@posteo.org> Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
matoro · gentoo
dev-haskell/tree-diff: add 0.2.1.1
Signed-off-by: matoro <matoro@users.noreply.github.com> Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Jack Todaro · gentoo
dev-haskell/tree-diff: add package
Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Jack Todaro <solpeth@posteo.org> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>