simpleconfig-0.0.9: simpleconfig.cabal
-- This file has been generated from package.yaml by hpack version 0.20.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: 1f3e3450009bfd77e7430ed520edd3aa0c946c5dd117d5f40be0ee518511d9b5
name: simpleconfig
version: 0.0.9
synopsis: Short description of your package
description: Please see the README on Github at <https://github.com/koterpillar/simpleconfig#readme>
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
hs-source-dirs:
src
build-depends:
base >=4.7 && <5
, containers
, lens
exposed-modules:
Config.Simple
other-modules:
Paths_simpleconfig
default-language: Haskell2010
test-suite simpleconfig-test
type: exitcode-stdio-1.0
main-is: Spec.hs
hs-source-dirs:
test
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
base
, containers
, generic-deriving
, lens
, simpleconfig
, text
other-modules:
Paths_simpleconfig
default-language: Haskell2010