packages feed

FPretty-1.0: FPretty.cabal

name:                FPretty
version:             1.0
synopsis:            Efficient simple pretty printing combinators
description:         A pretty printer turns a tree structure into indented text,
                     such that the indentation reflects the tree structure. To keep
                     text short, substructures are put into a single line as far as
                     possible. The library provides combinators for building
                     pretty printers. It emphasizes simplicity and efficiency.
homepage:            http://www.cs.kent.ac.uk/~oc/pretty.html
license:             BSD3
license-file:        LICENSE
author:              Olaf Chitil
maintainer:          O.Chitil@kent.ac.uk
-- copyright:           
category:            Text.PrettyPrint
build-type:          Simple
cabal-version:       >=1.8

library
  exposed-modules:     Text.PrettyPrint.FPretty
  -- other-modules:       
  build-depends:       base >=4.5 && < 5, containers >= 0.4