name: classy-influxdb-simple
version: 0.1.0.2
synopsis: Super simple InfluxDB package in Classy-MTL style
-- description:
homepage: https://github.com/mankyKitty/classy-influxdb-simple#readme
license: BSD3
license-file: LICENSE
author: Sean Chalmers
maintainer: sclhiannan@gmail.com.au
copyright: 2017 Sean Chalmers
category: Database
build-type: Simple
extra-source-files: README.md
cabal-version: >=1.10
library
hs-source-dirs: src
exposed-modules: Database.InfluxDB.Simple.Classy
, Database.InfluxDB.Simple.Classy.Types
build-depends: base >= 4.7 && < 5
, wreq
, lens
, aeson
, mtl
, bytestring
, text
, async-io-either
, vector
default-language: Haskell2010
source-repository head
type: git
location: https://github.com/mankyKitty/classy-influxdb-simple