packages feed

marked-pretty-1.1.2.1: marked-pretty.cabal

name:                marked-pretty
version:             1.1.2.1
synopsis:            Pretty-printing library, with scoping, based on pretty.
description:         This package contains a pretty-printing library, with scoping.
homepage:            https://github.com/ku-fpg/marked-pretty
bug-reports:         https://github.com/ku-fpg/marked-pretty/issues
license:             BSD3
license-file:        LICENSE
category:            Text
author:              Andy Gill
maintainer:          Andy Gill <andygill@ku.edu>
build-type:          Simple
stability:           Stable
extra-source-files:  CHANGELOG.md, README.md
cabal-version:       >= 1.8

source-repository head
  type:                git
  location:            git://github.com/ku-fpg/marked-pretty.git

library
  build-depends:       base    >= 4.5 && < 5
                     , deepseq >= 1.1
                     , ghc-prim
  exposed-modules:     Text.PrettyPrint.MarkedHughesPJ
                       Text.PrettyPrint.MarkedHughesPJClass
  hs-source-dirs:      src
  ghc-options:         -Wall

test-suite test
  type:                exitcode-stdio-1.0
  main-is:             Main.hs
  build-depends:       base          >= 4.5 && < 5
                     , marked-pretty == 1.1.2.1
  hs-source-dirs:      test
  ghc-options:         -Wall