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