-- This file has been generated from package.yaml by hpack version 0.20.0. -- -- see: https://github.com/sol/hpack -- -- hash: d5a310c8f0c4aa16e1b8046c54841213c3110fb60919b3737484fbeb7c5cac12 name: simpleconfig version: 0.0.1 synopsis: Short description of your package homepage: https://github.com/koterpillar/simpleconfig#readme bug-reports: https://github.com/koterpillar/simpleconfig/issues license: BSD3 license-file: LICENSE author: Alexey Kotlyarov maintainer: a@koterpillar.com copyright: 2017 Alexey Kotlyarov category: Web build-type: Simple cabal-version: >= 1.10 description: Please see the README on Github at extra-source-files: README.md source-repository head type: git location: https://github.com/koterpillar/simpleconfig library hs-source-dirs: src exposed-modules: Config.Simple other-modules: Paths_simpleconfig build-depends: base >=4.7 && <5 , containers , lens default-language: Haskell2010 test-suite simpleconfig-test type: exitcode-stdio-1.0 hs-source-dirs: test main-is: Spec.hs build-depends: base , containers , generic-deriving , lens , simpleconfig , text other-modules: Paths_simpleconfig ghc-options: -threaded -rtsopts -with-rtsopts=-N default-language: Haskell2010