packages feed

Cabal revisions of descrilo-0.1.0.0

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
--- Initial descrilo.cabal generated by cabal init.  For further --- documentation, see http://haskell.org/cabal/users-guide/--name:                descrilo-version:             0.1.0.0-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-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+-- Initial descrilo.cabal generated by cabal init.  For further 
+-- documentation, see http://haskell.org/cabal/users-guide/
+
+name:                descrilo
+version:             0.1.0.0
+x-revision: 1
+synopsis:            Loads a list of items with fields
+description:         Descrilo is a library that loads an INI-like file as a list of 'Description'S. Repeated elements are allowed.
+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-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