repr-tree-syb-0.1.0: repr-tree-syb.cabal
name: repr-tree-syb
version: 0.1.0
cabal-version: >=1.8
build-type: Simple
license: MIT
license-file: LICENSE
copyright: (c) 2013, Nikita Volkov
author: Nikita Volkov
maintainer: Nikita Volkov <nikita.y.volkov@mail.ru>
stability: experimental
homepage: https://github.com/nikita-volkov/repr-tree-syb
bug-reports: https://github.com/nikita-volkov/repr-tree-syb/issues
synopsis: Tree representation and pretty-printing of data structures based on SYB
description: This library provides a convenient way to inspect and debug arbitrary data structures.
category: Tree, Pretty Printer, Debug, Text
library
hs-source-dirs: src
extensions: PatternGuards
exposed-modules: ReprTree
other-modules:
build-depends: base >= 4.5 && < 5,
containers >= 0.5,
text,
syb == 0.3.*
source-repository head
type: git
location: git://github.com/nikita-volkov/repr-tree-syb.git