simpleconfig-0.0.5: simpleconfig.cabal
-- This file has been generated from package.yaml by hpack version 0.20.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: c67d10d1eb1bf920ba6216f194f8ebecca2f446b5969afddc4dcac33138a7283
name: simpleconfig
version: 0.0.5
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 <https://github.com/koterpillar/simpleconfig#readme>
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