packages feed

portray-diff-hunit-0.1.0.0: portray-diff-hunit.cabal

cabal-version: 1.12

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

name:           portray-diff-hunit
version:        0.1.0.0
synopsis:       Equality assertion functions for HUnit based on portray-diff.
description:    This provides equality assertion functions for HUnit that pretty-print
                structural diffs of the values in question, rather than dumping the entire
                alues as part of the counterexamples.  This is useful when comparing very
                large values, since it can otherwise be difficult to tell what changed
                between expected and actual values.
category:       Data
homepage:       https://github.com/google/hs-portray#readme
bug-reports:    https://github.com/google/hs-portray/issues
author:         Reiner Pope <reinerp@google.com>
maintainer:     Andrew Pritchard <awpr@google.com>
copyright:      2018-2021 Google LLC
license:        Apache-2.0
license-file:   LICENSE
build-type:     Simple
extra-source-files:
    CHANGELOG.md

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

library
  exposed-modules:
      Data.Portray.Diff.HUnit
  other-modules:
      Paths_portray_diff_hunit
  hs-source-dirs:
      src
  build-depends:
      HUnit >=1.1 && <1.7
    , base >=4.12 && <4.16
    , portray-diff >=0.1 && <0.2
    , portray-pretty >=0.1 && <0.2
    , pretty >=1.1.3 && <1.2
  default-language: Haskell2010