exchangerates-0.0.0.0: exchangerates.cabal
-- This file has been generated from package.yaml by hpack version 0.28.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: f5ceb8768f72ccd0d9edecac5641da4d679cc19e8e5244f2d2347a4a9a9c6dbf
name: exchangerates
version: 0.0.0.0
synopsis: A Haskell client for https://exchangeratesapi.io/
description: Please see the README on Github at <https://github.com/NorfairKing/exchangerates#readme>
category: API
homepage: https://github.com/NorfairKing/exchangerates#readme
bug-reports: https://github.com/NorfairKing/exchangerates/issues
author: Tom Sydney Kerckhove
maintainer: syd.kerckhove@gmail.com
copyright: Copyright: (c) 2018 Tom Sydney Kerckhove
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/NorfairKing/exchangerates
library
exposed-modules:
ExchangeRates
ExchangeRates.Types
ExchangeRates.API
ExchangeRates.Client
ExchangeRates.Cache
other-modules:
Paths_exchangerates
hs-source-dirs:
src
build-depends:
aeson
, base >=4.7 && <5
, containers
, directory
, http-api-data
, http-client
, http-client-tls
, mtl
, servant
, servant-client
, stm
, text
, time
, validity >=0.4.0.3
, validity-containers
, validity-time
, yaml
default-language: Haskell2010
test-suite exchangerates-test
type: exitcode-stdio-1.0
main-is: Spec.hs
other-modules:
ExchangeRates.Cache.Gen
ExchangeRates.CacheSpec
ExchangeRates.Types.Gen
ExchangeRates.TypesSpec
TestImport
Paths_exchangerates
hs-source-dirs:
test/
default-extensions: NoImplicitPrelude
ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall
build-depends:
QuickCheck
, aeson
, base >=4.9 && <=5
, containers
, directory
, exchangerates
, genvalidity >=0.4.0.4
, genvalidity-containers
, genvalidity-hspec
, genvalidity-hspec-aeson
, genvalidity-text
, genvalidity-time
, hspec
, http-api-data
, http-client
, http-client-tls
, mtl
, servant
, servant-client
, stm
, text
, time
, validity >=0.4.0.3
, validity-containers
, validity-time
, yaml
default-language: Haskell2010