packages feed

confide-0.1.0.1: confide.cabal

-- This file has been generated from package.yaml by hpack version 0.20.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: 839583fedf25ad0533c4ceb7e210d46cb9f7214b4a20a348e5a8b4015e4113af

name:           confide
version:        0.1.0.1
synopsis:       derive typeclass instances for decoding types from HOCON conf
category:       Data
homepage:       https://github.com/amilkov3/confide
bug-reports:    https://github.com/amilkov3/confide/issues
author:         Alex Milkov
maintainer:     amilkov3@gmail.com
copyright:      2018 Alex Milkov
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/amilkov3/confide

library
  hs-source-dirs:
      src
  default-extensions: DefaultSignatures DeriveGeneric FlexibleInstances FlexibleContexts MultiParamTypeClasses OverloadedStrings ScopedTypeVariables TypeOperators
  build-depends:
      base >=4.7 && <5
    , deiko-config >=0.5.0.1
    , exceptions ==0.8.3
    , text ==1.2.2.2
  exposed-modules:
      Data.Confide
      Data.Confide.Generic
  other-modules:
      Paths_confide
  default-language: Haskell2010

test-suite confide-test
  type: exitcode-stdio-1.0
  main-is: Test.hs
  hs-source-dirs:
      test
  default-extensions: DefaultSignatures DeriveGeneric FlexibleInstances FlexibleContexts MultiParamTypeClasses OverloadedStrings ScopedTypeVariables TypeOperators
  ghc-options: -threaded -rtsopts -with-rtsopts=-N
  build-depends:
      base
    , confide
    , deiko-config
    , tasty
    , tasty-hunit
    , text
  other-modules:
      Paths_confide
  default-language: Haskell2010