cryptocompare-0.0.2: cryptocompare.cabal
name: cryptocompare
version: 0.0.2
synopsis: Haskell wrapper for the cryptocompare API
homepage: https://github.com/aviaviavi/cryptocompare
license: MIT
license-file: LICENSE
author: Avi Press
maintainer: avipress@gmail.com
copyright: 2017 Avi Press
category: Web
build-type: Simple
extra-source-files: README.md
cabal-version: >=1.10
library
hs-source-dirs: src
exposed-modules: CryptoCompare
build-depends: base >= 4.7 && < 5
default-language: Haskell2010
build-depends: base >= 4.8 && < 5
, directory
, text
, MissingH
, time
, aeson
, unordered-containers
, http-conduit
, bytestring
, containers
, transformers
, exceptions
executable cryptocompare-exe
hs-source-dirs: app
main-is: Main.hs
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends: base
, cryptocompare
default-language: Haskell2010
build-depends: base >= 4.8 && < 5
, directory
, text
, MissingH
, time
, aeson
, unordered-containers
, http-conduit
, bytestring
, containers
, transformers
, exceptions
test-suite cryptocompare-test
type: exitcode-stdio-1.0
hs-source-dirs: test
main-is: Spec.hs
build-depends: base
, cryptocompare
ghc-options: -threaded -rtsopts -with-rtsopts=-N
default-language: Haskell2010
source-repository head
type: git
location: https://github.com/aviaviavi/cryptocompare