descrilo-0.1.0.4: descrilo.cabal
-- Initial descrilo.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: descrilo
version: 0.1.0.4
synopsis: Loads a list of items with fields
description: Descrilo is a library that loads a INI-like file as a list of 'Description'S, allowing repeated elements.
license: GPL-3
license-file: LICENSE
author: Marcelo Garlet Millani
maintainer: marcelogmillani@gmail.com
copyright: (c) 2013-2016 Marcelo Garlet Millani
category: Data, Parser, Configuration
build-type: Simple
extra-doc-files: descrilo.5
-- extra-source-files:
cabal-version: >=1.10
library
exposed-modules: Data.DescriLo
-- other-modules:
-- other-extensions:
build-depends: base >=4.8 && <=4.10
-- hs-source-dirs:
default-language: Haskell2010
source-repository head
type: darcs
location: http://hub.darcs.net/mgmillani/DescriLo