Cabal revisions of ini-0.0.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
name: ini version: 0.0.0+x-revision: 1 synopsis: Quick and easy configuration files in the INI format. description: Simple, easy and fast configuration files in the INI format. license: BSD3 ghc-options: -Wall -O2 extensions: OverloadedStrings exposed-modules: Data.Ini- build-depends: base >= 4 && <5,+ build-depends: base >= 4.5 && <5, attoparsec, text, aeson,