fixer-0.0.0.0: fixer.cabal
-- This file has been generated from package.yaml by hpack version 0.20.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: b15a5d58d322d6a8b4c658cddf630b0d9daa679d2c80805d9d36f9420bbd8b29
name: fixer
version: 0.0.0.0
synopsis: A Haskell client for http://fixer.io/
description: Please see the README on Github at <https://github.com/NorfairKing/fixer#readme>
category: API
homepage: https://github.com/NorfairKing/fixer#readme
bug-reports: https://github.com/NorfairKing/fixer/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:
ChangeLog.md
README.md
source-repository head
type: git
location: https://github.com/NorfairKing/fixer
library
hs-source-dirs:
src
build-depends:
aeson
, base >=4.7 && <5
, containers
, directory
, http-api-data
, http-client
, mtl
, servant
, servant-client
, stm
, text
, time
, validity >=0.4.0.3
, validity-containers
, validity-time
, yaml
exposed-modules:
Fixer
Fixer.Types
Fixer.API
Fixer.Client
Fixer.Cache
other-modules:
Paths_fixer
default-language: Haskell2010
test-suite fixer-test
type: exitcode-stdio-1.0
main-is: Spec.hs
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
, fixer
, genvalidity >=0.4.0.4
, genvalidity-containers
, genvalidity-hspec
, genvalidity-hspec-aeson
, genvalidity-text
, genvalidity-time
, hspec
, http-api-data
, http-client
, mtl
, servant
, servant-client
, stm
, text
, time
, validity >=0.4.0.3
, validity-containers
, validity-time
, yaml
other-modules:
Fixer.Cache.Gen
Fixer.CacheSpec
Fixer.Types.Gen
Fixer.TypesSpec
TestImport
Paths_fixer
default-language: Haskell2010