packages feed

confide-0.1.0.0: confide.cabal

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

name:           confide
version:        0.1.0.0
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 PolyKinds 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 PolyKinds 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