packages feed

pprecord-0.2.0.0: pprecord.cabal

cabal-version:       >= 1.10
-- Initial package description 'pprecord.cabal' generated by 'cabal init'.
-- For further documentation, see http://haskell.org/cabal/users-guide/

name:                pprecord
version:             0.2.0.0
synopsis:            A library for pretty printing Records
description:         A pretty-printing library which is accumulates record
                     accessors as Strings, and fields as Strings or formatted
                     boxes. Functions are included to output lists of records as
                     a table, or apply a format to individual records.
homepage:            https://github.com/paroxayte/pprecord
author:              paroxayte
maintainer:          36929366+paroxayte@users.noreply.github.com
category:            Text
license:             MIT
license-file:        LICENSE
build-type:          Simple
tested-with:         GHC==8.8.2
                     GHC==8.6.5
                     GHC==8.4.4

library
  build-depends:       base  >= 4.11.1 && < 4.14,
                       boxes >= 0.1.5  && < 0.2
  hs-source-dirs:      src
  default-language:    Haskell2010
  ghc-options:         -Wall
  exposed-modules:     Text.PrettyPrint.Records

source-repository head
  type:     git
  location: https://github.com/pprecord