pretty-diff-0.2.0.2: 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: 1872af4918432ac105ab48a21bcd55c6bd296097fc5a6085cf249f2fa73a8afc
name: pretty-diff
version: 0.2.0.2
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.4
, tasty-hunit
, tasty-test-reporter
, text
default-language: Haskell2010