packages feed

descrilo-0.1.0.2: 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.2
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,2014 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.7 && <4.8
  -- hs-source-dirs:      
  default-language:    Haskell2010

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