packages feed

api-monobank-0.1.3.0: api-monobank.cabal

cabal-version: 1.12

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

name:           api-monobank
version:        0.1.3.0
description:    Api client for popular Ukrainian bank - Monobank
category:       Web
homepage:       https://github.com/sigrlami/api-monobank#readme
bug-reports:    https://github.com/sigrlami/api-monobank/issues
author:         Sergey Bushnyak
maintainer:     sergey.bushnyak@sigrlami.eu
copyright:      Copyright: (c) 2019 Sergey Bushnyak
license:        MIT
license-file:   LICENSE
build-type:     Simple
extra-source-files:
    README.md

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

library
  exposed-modules:
      Monobank.Api
      Monobank.Types
      Monobank.Utils
  other-modules:
      Paths_api_monobank
  hs-source-dirs:
      src
  build-depends:
      aeson
    , base >=4.7 && <5
    , bytestring
    , http-client
    , http-client-tls
    , http-conduit
    , servant
    , servant-client
    , text
    , time
  default-language: Haskell2010

executable mnb-app
  main-is: Main.hs
  other-modules:
      Paths_api_monobank
  hs-source-dirs:
      app
  ghc-options: -threaded -rtsopts -with-rtsopts=-N
  build-depends:
      aeson
    , api-monobank
    , base
    , bytestring
    , http-client
    , http-conduit
    , stm
    , text
    , time
  default-language: Haskell2010

test-suite mnb-app-test
  type: exitcode-stdio-1.0
  main-is: Spec.hs
  other-modules:
      Paths_api_monobank
  hs-source-dirs:
      tests
  ghc-options: -threaded -rtsopts -with-rtsopts=-N
  build-depends:
      base
    , bytestring
    , hs-coindesk-api
  default-language: Haskell2010