pretty-diff-0.3.0.0: pretty-diff.cabal
cabal-version: 1.18
-- This file has been generated from package.yaml by hpack version 0.33.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: b037055a0de30dc728cde0c1b44091182200bbc9adf3ae7ef583d2d6495921c4
name: pretty-diff
version: 0.3.0.0
synopsis: Pretty printing a diff of two values.
description: Please see the README at <https://github.com/stoeffel/pretty-diff>.
category: Diffing
homepage: https://github.com/stoeffel/pretty-diff#readme
bug-reports: https://github.com/stoeffel/pretty-diff/issues
author: Christoph Hermann
maintainer: schtoeffel@gmail.com
copyright: 2020 Christoph Hermann
license: BSD3
license-file: LICENSE
build-type: Simple
extra-doc-files:
README.md
CHANGELOG.md
source-repository head
type: git
location: https://github.com/stoeffel/pretty-diff
library
exposed-modules:
Pretty.Diff
other-modules:
Paths_pretty_diff
hs-source-dirs:
src
build-depends:
Diff >=0.3 && <0.5
, base >=4.10.1.0 && <5
, data-default >=0.7 && <0.8
, text >=1.2 && <1.3
default-language: Haskell2010
test-suite spec
type: exitcode-stdio-1.0
main-is: Main.hs
other-modules:
Pretty.Diff
Paths_pretty_diff
hs-source-dirs:
test
src
build-depends:
Diff
, base
, data-default
, pretty-diff
, tasty >=1.1 && <1.5
, tasty-hunit
, tasty-test-reporter
, text
default-language: Haskell2010