-- Initial Simtreelo.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ -- The name of the package. name: simtreelo version: 0.1.1.2 synopsis: Loader for data organized in a tree description: This library loads a string or file into a Tree. The hierarchy is given solely by the indentation, meaning that the input is human-readable. license: GPL-3 license-file: LICENSE author: Marcelo Garlet Millani maintainer: marcelogmillani@gmail.com copyright: (c) 2014-2017 Marcelo Garlet Millani category: Data build-type: Simple extra-doc-files: README.md, simtreelo.5 cabal-version: >=1.18 library build-depends: base >=4.8 && <4.11, containers exposed-modules: Data.Simtreelo default-extensions: DoAndIfThenElse, FlexibleInstances default-language: Haskell2010 source-repository head type: darcs location: http://hub.darcs.net/mgmillani/Simtreelo