packages feed

api-yoti-0.1.0.0: api-yoti.cabal

name:                api-yoti
version:             0.1.0.0
synopsis:            Api bindings for Yoti services
description:         Api bindings for https://www.yoti.com/ digital identity service
homepage:            https://github.com/sigrlami/api-yoti#readme
license:             MIT
license-file:        LICENSE
author:              Sergey Bushnyak
maintainer:          sergey.bushnyak@sigrlami.eu
copyright:           Copyright: (c) 2018 Kelecorix Inc., Sergey Bushnyak
category:            Web
build-type:          Simple
extra-source-files:  README.md
cabal-version:       >=1.10

library
  hs-source-dirs:      src
  exposed-modules:     Api
  build-depends:       base >= 4.7 && < 5
                     , bytestring
                     , cryptonite
                     , crypto-simple
                     , crypto-pubkey-openssh
                     , crypto-pubkey-types
                     , text
                     , aeson
                     , mtl
                     , transformers
                     , containers
                     , time
                     , memory
                     , wreq
                     , pem
                     , hashable
                     , directory
                     , base64-bytestring

  default-language:    Haskell2010

test-suite yoti-test
  type:                exitcode-stdio-1.0
  hs-source-dirs:      test
  main-is:             Spec.hs
  build-depends:       base
                     , bytestring
                     , text
  ghc-options:         -threaded -rtsopts -with-rtsopts=-N
  default-language:    Haskell2010

source-repository head
  type:     git
  location: https://github.com/sigrlami/api-yoti