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