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: 64c33853407a6ab05094ee9f90b9d34d0481e1fa210c70a468d6f5cdd9f8cf17 name: portray-diff-quickcheck version: 0.1.0.0 x-revision: 5 synopsis: QuickCheck tests with portray-diff description: This provides equality assertion functions for QuickCheck 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: Pavel Krajcevski maintainer: Andrew Pritchard , Pavel Krajcevski 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-quickcheck library exposed-modules: Data.Portray.Diff.QuickCheck other-modules: Paths_portray_diff_quickcheck hs-source-dirs: src build-depends: QuickCheck >=2.7 && <2.15 , base >=4.12 && <4.19 , portray-diff >=0.1 && <0.2 , portray-pretty >=0.1 && <0.2 default-language: Haskell2010