name: kontra-config
version: 0.1
synopsis: JSON config file parsing based on unjson
description: A library for reading JSON configuration files. Based on unjson.
homepage: https://github.com/scrive/kontra-config
license: BSD3
license-file: LICENSE
author: Scrive AB
maintainer: Gracjan Polak <gracjan@scrive.com>, Jonathan Jouty <jonathan@scrive.com>, Mikhail Glushenkov <mikhail@scrive.com>
copyright: Scrive AB
category: Data
build-type: Simple
cabal-version: >=1.10
extra-source-files: README.md
tested-with: GHC == 7.4.2, GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.3, GHC == 8.0.1
source-repository head
type: git
location: https://github.com/scrive/kontra-config
library
exposed-modules: Configuration
build-depends: base < 5
, transformers-base
, data-default
, exceptions >= 0.6
, bytestring
, utf8-string
, text
, unjson
, yaml
hs-source-dirs: src
default-language: Haskell2010
default-extensions: FlexibleContexts
, ScopedTypeVariables