packages feed

Cabal revisions of SConfig-0.1.0.0

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

revision 1
--- Initial SConfig.cabal generated by cabal init.  For further --- documentation, see http://haskell.org/cabal/users-guide/--name:                SConfig-version:             0.1.0.0-synopsis:            A simple config library--- description:         -homepage:            https://github.com/fgaz/SConfig-license:             MIT-license-file:        LICENSE-author:              Francesco Gazzetta-maintainer:          fgaz@users.noreply.github.com--- copyright:           -category:            Configuration-build-type:          Simple--- extra-source-files:  -cabal-version:       >=1.10--library-  exposed-modules:     Data.SConfig-  -- other-modules:       -  -- other-extensions:    -  build-depends:       base >=4.7 && <4.8, containers >=0.5 && <0.6-  hs-source-dirs:      src-  default-language:    Haskell2010+-- Initial SConfig.cabal generated by cabal init.  For further 
+-- documentation, see http://haskell.org/cabal/users-guide/
+
+name:                SConfig
+version:             0.1.0.0
+x-revision: 1
+synopsis:            A simple config library
+-- description:         
+homepage:            https://github.com/fgaz/SConfig
+license:             MIT
+license-file:        LICENSE
+author:              Francesco Gazzetta
+maintainer:          fgaz@users.noreply.github.com
+-- copyright:           
+category:            Configuration
+build-type:          Simple
+-- extra-source-files:  
+cabal-version:       >=1.10
+
+library
+  exposed-modules:     Data.SConfig
+  -- other-modules:       
+  -- other-extensions:    
+  build-depends:       base ==4.*, containers >=0.5 && <0.6
+  hs-source-dirs:      src
+  default-language:    Haskell2010