BSD-3-Clause licensed by Christoph Hermann
Maintained by [email protected]
This version can be pinned in stack with:pretty-diff-0.2.0.3@sha256:4e8c0de535824b0b546d29e9d2f687318550413077ab84f0379f39e458b62287,1493

Module documentation for 0.2.0.3

Used by 1 package in nightly-2020-12-12(full list with versions):

pretty-diff

Pretty printing a diff of two values.

Usage

import qualified Pretty.Diff as Diff
import Data.Default (def)

Diff.pretty def "1234" "_23"

Will create a string that looks like this:

 ▼ ▼
"1234"
╷
│
╵
"_23"
 ▲

Changes

0.2.0.3

  • Relax version bounds to support tasty-1.4

0.2.0.2

  • Relax version bounds to support Diff-0.4

0.2.0.1

  • Relax version bounds to support tasty-1.3.x and Diff-0.4

0.1.0.0

  • Initial implementation.