packages feed

rio-prettyprint-0.1.0.0: rio-prettyprint.cabal

cabal-version: 1.12

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

name:           rio-prettyprint
version:        0.1.0.0
synopsis:       Pretty-printing for RIO
category:       Development
homepage:       https://github.com/commercialhaskell/stack#readme
bug-reports:    https://github.com/commercialhaskell/stack/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/stack

library
  exposed-modules:
      RIO.PrettyPrint
      RIO.PrettyPrint.DefaultStyles
      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
    , array
    , base >=4.10 && <5
    , colour
    , mtl
    , path
    , rio
    , text
  default-language: Haskell2010