name: hsini version: 0.5.1.2 synopsis: ini configuration files description: >- Library for reading and writing configuration files in INI format (see ). maintainer: Magnus Therning license: BSD3 category: Configuration, Data extra-source-files: - package.yaml - stack.yaml git: https://github.com/magthe/hsini.git library: source-dirs: - src dependencies: - base <5 - bytestring - containers - mtl - parsec other-modules: - Data.Ini.Reader.Internals tests: hsini-tests: source-dirs: - tst - src main: Main.hs dependencies: - base - bytestring - containers - mtl - parsec - tasty - tasty-hunit - tasty-quickcheck - tasty-th