packages feed

classy-influxdb-simple-0.2.1.0: classy-influxdb-simple.cabal

name:                classy-influxdb-simple
version:             0.2.1.0
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
                     , Database.InfluxDB.Simple.Classy.Types.Precision
                     , Database.InfluxDB.Simple.Classy.Types.InfluxTimeStamp
  build-depends:       base >= 4.7 && < 5
                     , wreq
                     , lens
                     , aeson
                     , mtl
                     , bytestring
                     , text
                     , async-io-either
                     , vector
                     , time
                     , scientific
  default-language:    Haskell2010

source-repository head
  type:     git
  location: https://github.com/mankyKitty/classy-influxdb-simple