Cabal revisions of hsini-0.3.1
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name : hsini-version : 0.3.1-license : BSD3-license-file : LICENSE-author : Magnus Therning-maintainer : magnus@therning.org-copyright : Magnus Therning, 2010-2014-synopsis : Package for user configuration files (INI)-description : None yet-build-type : Custom-category : Network-cabal-version : >= 1.10--source-repository head- type : git- location : https://github.com/magthe/hsini.git--library- hs-source-dirs : src- default-language : Haskell2010- build-depends : base >=4.2 && <4.8, bytestring >=0.9 && <0.11,- containers >=0.3 && <0.6, mtl >=2.0 && <2.2, parsec ==3.1.*- exposed-modules : Data.Ini Data.Ini.Types Data.Ini.Reader- other-modules : Data.Ini.Reader.Internals--test-suite hsini-tests- type: exitcode-stdio-1.0- hs-source-dirs: tst, src- main-is: Main.hs- other-modules: Ini, ReaderI- default-language : Haskell2010- build-depends:- base,- containers,- bytestring,- parsec,- mtl,- HUnit,- test-framework,- test-framework-hunit,- test-framework-quickcheck2,- test-framework-th,- QuickCheck+name : hsini +version : 0.3.1 +x-revision: 1 +license : BSD3 +license-file : LICENSE +author : Magnus Therning +maintainer : magnus@therning.org +copyright : Magnus Therning, 2010-2014 +synopsis : Package for user configuration files (INI) +description : None yet +build-type : Custom +category : Network +cabal-version : >= 1.10 + +source-repository head + type : git + location : https://github.com/magthe/hsini.git + +library + hs-source-dirs : src + default-language : Haskell2010 + build-depends : base >=4.4 && <4.8, bytestring >=0.9 && <0.11, + containers >=0.3 && <0.6, mtl >=2.0 && <2.2, parsec ==3.1.* + exposed-modules : Data.Ini Data.Ini.Types Data.Ini.Reader + other-modules : Data.Ini.Reader.Internals + +test-suite hsini-tests + type: exitcode-stdio-1.0 + hs-source-dirs: tst, src + main-is: Main.hs + other-modules: Ini, ReaderI + default-language : Haskell2010 + build-depends: + base, + containers, + bytestring, + parsec, + mtl, + HUnit, + test-framework, + test-framework-hunit, + test-framework-quickcheck2, + test-framework-th, + QuickCheck