packages feed

portray-diff-0.1.1: portray-diff.cabal

cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.34.4.
--
-- see: https://github.com/sol/hpack

name:           portray-diff
version:        0.1.1
synopsis:       Pretty structural diffs between two values
description:    This uses @GHC.Generics@ to provide structural diffs between two values in
                pretty-printed form.  This is primarily useful for test assertions and manual
                inspection of values.
category:       Data
homepage:       https://github.com/awpr/portray#readme
bug-reports:    https://github.com/awpr/portray/issues
author:         Reiner Pope <reinerp@google.com>, Andrew Pritchard <awpritchard@gmail.com>
maintainer:     Reiner Pope <reinerp@google.com>, Andrew Pritchard <awpritchard@gmail.com>
copyright:      2018-2021 Google LLC; 2022 Andrew Pritchard
license:        Apache-2.0
license-file:   LICENSE
build-type:     Simple
extra-source-files:
    CHANGELOG.md

source-repository head
  type: git
  location: https://github.com/awpr/portray
  subdir: portray-diff

library
  exposed-modules:
      Data.Portray.Diff
  hs-source-dirs:
      src
  build-depends:
      base >=4.12 && <4.17
    , containers ==0.6.*
    , dlist >=0.6 && <1.1
    , portray ==0.3.*
    , text >=0.1 && <2.1
    , wrapped ==0.1.*
  default-language: Haskell2010