prettify-1.0: prettify.cabal
name: prettify
version: 1.0
cabal-version: >= 1.6
build-type: Simple
author: Hans Hoglund
maintainer: Hans Hoglund <hans@hanshoglund.se>
synopsis: Haskell2010 structured text formatting
category: Text
license: BSD3
license-file: COPYING
tested-with: GHC
description:
A modern take on structured text formatting, also known as pretty-printing.
Based on the classic pretty package by Hughes, Peyton-Jones et al.
source-repository head
type: git
location: git://github.com/hanshoglund/prettify.git
library
build-depends:
base >= 4 && < 5,
semigroups,
containers
hs-source-dirs: src
exposed-modules:
Text.Pretty