portray-pretty-0.1.0.3: portray-pretty.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-pretty
version: 0.1.0.3
synopsis: Portray backend for pretty
description: This provides a <https://hackage.haskell.org/package/pretty pretty> backend
for <https://hackage.haskell.org/package/portray portray>, along with
derivable 'Text.PrettyPrint.HughesPJClass.Pretty' instances for types with
'Data.Portray.Portray' instances.
.
See also
<https://hackage.haskell.org/package/portray-prettyprinter portray-prettyprinter>.
category: Text
homepage: https://github.com/awpr/portray#readme
bug-reports: https://github.com/awpr/portray/issues
author: Andrew Pritchard <awpritchard@gmail.com>
maintainer: Andrew Pritchard <awpritchard@gmail.com>
copyright: 2020-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-pretty
library
exposed-modules:
Data.Portray.Pretty
hs-source-dirs:
src
build-depends:
base >=4.12 && <4.17
, portray ==0.3.*
, portray-diff ==0.1.*
, pretty >=1.1.3 && <1.2
, text >=0.1 && <2.1
default-language: Haskell2010
test-suite PortrayPretty-test
type: exitcode-stdio-1.0
main-is: Main.hs
hs-source-dirs:
test
build-depends:
HUnit
, base >=4.12 && <4.17
, portray
, portray-diff ==0.1.*
, portray-pretty
, pretty >=1.1.3 && <1.2
, test-framework
, test-framework-hunit
, text >=0.1 && <2.1
default-language: Haskell2010