packages feed

rio-prettyprint-0.1.4.0: rio-prettyprint.cabal

cabal-version: 1.12

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

name:           rio-prettyprint
version:        0.1.4.0
synopsis:       Pretty-printing for RIO
description:    Combine RIO's log capabilities with pretty printing
category:       Development
homepage:       https://github.com/commercialhaskell/rio-prettyprint#readme
bug-reports:    https://github.com/commercialhaskell/rio-prettyprint/issues
author:         Michael Snoyman
maintainer:     michael@snoyman.com
copyright:      2018-2019 FP Complete
license:        BSD3
license-file:   LICENSE
build-type:     Simple

source-repository head
  type: git
  location: https://github.com/commercialhaskell/rio-prettyprint

library
  exposed-modules:
      RIO.PrettyPrint
      RIO.PrettyPrint.DefaultStyles
      RIO.PrettyPrint.PrettyException
      RIO.PrettyPrint.Simple
      RIO.PrettyPrint.StylesUpdate
      RIO.PrettyPrint.Types
      Text.PrettyPrint.Leijen.Extended
  other-modules:
      Paths_rio_prettyprint
  hs-source-dirs:
      src/
  build-depends:
      Cabal
    , aeson
    , annotated-wl-pprint
    , ansi-terminal >=0.9
    , array
    , base >=4.10 && <5
    , colour
    , mtl
    , path
    , rio
    , text
  default-language: Haskell2010