simtreelo-0.1.1.4: simtreelo.cabal
-- 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.4
synopsis: Load 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-2018 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 && <5, containers
exposed-modules: Data.Simtreelo
default-extensions: DoAndIfThenElse, FlexibleInstances
default-language: Haskell2010
source-repository head
type: git
location: https://gitlab.com/mgmillani/simtreelo.git