name: quandl-api version: 0.2.1.0 copyright: (c) 2014 Peter van den Brand homepage: https://github.com/pvdbrand/quandl-api bug-reports: https://github.com/pvdbrand/quandl-api/issues license: BSD3 license-file: LICENSE author: Peter van den Brand maintainer: Peter van den Brand category: Data, API, Web build-type: Simple cabal-version: >=1.8 stability: experimental synopsis: Quandl.com API library description: This library provides an easy way to download data from Quandl.com. extra-source-files: README.md CHANGELOG.md source-repository head type: git location: git://github.com/pvdbrand/quandl-api.git library exposed-modules: Data.Quandl build-depends: base == 4.*, http-types, http-conduit, blaze-builder, unordered-containers, time-locale-compat, bytestring, text, time, syb, aeson ghc-options: -Wall -fwarn-tabs -funbox-strict-fields -O2