packages feed

descrilo-0.1.0.6: 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.6
synopsis:            Loads a list of items with fields
description:         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-2017 Marcelo Garlet Millani
category:            Data, Parser, Configuration
build-type:          Simple
extra-doc-files:     descrilo.5
-- extra-source-files:
cabal-version:       1.18

library
  exposed-modules:     Data.DescriLo
  -- other-modules:
  -- other-extensions:
  build-depends:       base >=4.8 && <4.12
  -- hs-source-dirs:
  default-language:    Haskell2010

source-repository head
  type:     darcs
  location: http://hub.darcs.net/mgmillani/DescriLo