File libinfluxdb.cabal of Package ghc-libinfluxdb
name: libinfluxdb
version: 0.0.4
x-revision: 1
synopsis: libinfluxdb
description: libinfluxdb
license: MIT
license-file: LICENSE
author: Tomas Carnecky
maintainer: tomas.carnecky@gmail.com
category: Database
build-type: Simple
cabal-version: >=1.10
source-repository head
type: git
location: git://github.com/wereHamster/libinfluxdb.git
library
hs-source-dirs: src
default-language: Haskell2010
exposed-modules:
Database.InfluxDB.Writer
build-depends:
base >=4.8 && <4.11
, bytestring
, text
, clock
, containers
, resource-pool
, stm
, http-types
, http-client
, http-client-tls
ghc-options: -Wall