-- Initial text-render.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: text-render version: 0.1.0.3 synopsis: A type class for rendering objects as text, pretty-printing, etc. -- description: homepage: http://github.com/thinkpad20/text-render license: MIT license-file: LICENSE author: Allen Nelson maintainer: ithinkican@gmail.com -- copyright: category: Text build-type: Simple -- extra-source-files: cabal-version: >=1.10 library exposed-modules: Text.Render hs-source-dirs: src -- other-modules: -- other-extensions: build-depends: base >=4.8 && < 5, text, parsec, mtl, classy-prelude -- hs-source-dirs: default-language: Haskell2010