packages feed

chr-pretty-0.1.0.0: chr-pretty.cabal

-- Initial chr-pretty.cabal generated by cabal init.  For further 
-- documentation, see http://haskell.org/cabal/users-guide/

name:                chr-pretty
version:             0.1.0.0
synopsis:            Pretty printing for chr library
description:         Pretty printing for chr library, a simplified implementation for the pretty printing API from uulib
homepage:            https://github.com/atzedijkstra/chr
Bug-Reports:         https://github.com/atzedijkstra/chr/issues
license:             BSD3
license-file:        LICENSE
author:              Atze Dijkstra
maintainer:          atzedijkstra@gmail.com
-- copyright:           
category:            Development
build-type:          Simple
extra-source-files:  ChangeLog.md
cabal-version:       >=1.10

source-repository head
  type:     git
  location: git@github.com:atzedijkstra/chr.git

library
  exposed-modules:
    CHR.Pretty
  other-modules:
    CHR.Pretty.Simple
  -- other-extensions:    
  build-depends:
    base >=4.9 && < 5,
    containers >= 0.4
  hs-source-dirs:      src
  default-language:    Haskell2010