Skip to content

Commit

Permalink
Update from Hackage at 2019-01-09T23:24:02Z
Browse files Browse the repository at this point in the history
  • Loading branch information
all-cabal-tool committed Jan 9, 2019
1 parent 8daa6ca commit f53212c
Show file tree
Hide file tree
Showing 2 changed files with 151 additions and 0 deletions.
150 changes: 150 additions & 0 deletions influxdb/1.6.1.1/influxdb.cabal
@@ -0,0 +1,150 @@
name: influxdb
version: 1.6.1.1
synopsis: Haskell client library for InfluxDB
description:
@influxdb@ is a Haskell client library for InfluxDB.
.
See "Database.InfluxDB" for a quick start guide.
homepage: https://github.com/maoe/influxdb-haskell
license: BSD3
license-file: LICENSE
author: Mitsutoshi Aoe
maintainer: Mitsutoshi Aoe <me@maoe.name>
copyright: Copyright (C) 2014-2019 Mitsutoshi Aoe
category: Database
build-type: Custom
cabal-version: 1.24
tested-with:
GHC == 7.10.3
GHC == 8.0.2
GHC == 8.2.2
GHC == 8.4.4
GHC == 8.6.3

extra-source-files:
README.md
CHANGELOG.md

flag examples
description: Build examples
default: False
manual: True

custom-setup
setup-depends:
base >= 4 && < 5
, Cabal >= 1.24
, cabal-doctest >= 1 && < 1.1

library
exposed-modules:
Database.InfluxDB
Database.InfluxDB.Format
Database.InfluxDB.JSON
Database.InfluxDB.Line
Database.InfluxDB.Manage
Database.InfluxDB.Ping
Database.InfluxDB.Query
Database.InfluxDB.Types
Database.InfluxDB.Write
Database.InfluxDB.Write.UDP
other-modules:
Database.InfluxDB.Internal.Text
other-extensions:
BangPatterns
CPP
DataKinds
DeriveDataTypeable
DeriveGeneric
ExistentialQuantification
FlexibleInstances
FunctionalDependencies
GADTs
GeneralizedNewtypeDeriving
KindSignatures
LambdaCase
MultiParamTypeClasses
NamedFieldPuns
OverloadedStrings
RecordWildCards
ScopedTypeVariables
StandaloneDeriving
TemplateHaskell
ViewPatterns
ghc-options: -Wall
build-depends:
base >= 4.8 && < 4.13
, aeson >= 0.7 && < 1.5
, attoparsec < 0.14
, bytestring >= 0.10 && < 0.11
, clock >= 0.7 && < 0.8
, containers >= 0.5 && < 0.7
, foldl < 1.5
, http-client >= 0.5 && < 0.7
, http-types >= 0.8.6 && < 0.13
, lens >= 4.9 && < 4.18
, network >= 2.6 && < 2.9
, optional-args >= 1.0 && < 1.1
, scientific >= 0.3.3 && < 0.4
, tagged >= 0.1 && < 0.9
, text < 1.3
, time >= 1.5 && < 1.10
, unordered-containers < 0.3
, vector >= 0.10 && < 0.13
hs-source-dirs: src
default-language: Haskell2010

test-suite doctests
type: exitcode-stdio-1.0
main-is: doctests.hs
build-depends:
base
, doctest >= 0.11.3 && < 0.17
, QuickCheck >= 2.10 && < 2.13
, influxdb
, template-haskell
ghc-options: -Wall -threaded
hs-source-dirs: tests
default-language: Haskell2010

executable influx-random-points
if !flag(examples)
buildable: False
hs-source-dirs: examples
main-is: random-points.hs
ghc-options: -Wall
build-depends:
aeson
, base
, bytestring
, containers
, foldl >= 1.1.3
, http-client
, influxdb
, lens
, mwc-random
, optional-args
, text
, time
, vector
default-language: Haskell2010

executable influx-write-udp
if !flag(examples)
buildable: False
hs-source-dirs: examples
main-is: write-udp.hs
ghc-options: -Wall
build-depends:
base
, containers
, influxdb
, lens
, network
, time
default-language: Haskell2010

source-repository head
type: git
branch: develop
location: https://github.com/maoe/influxdb-haskell.git
1 change: 1 addition & 0 deletions influxdb/1.6.1.1/influxdb.json
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"f51b3c28b476804a7659c54164d555e7","Skein512_512":"8b32aaf1cdf8f93d3b41ebb09fbad35a5b985068e013e4612cb2158adae566fc328e85bbf3454e682593b337a8398d866ea5cc23278c4e5327f04e47a1dc4150","SHA1":"9a4ea98f189e2b9bd1737ff92388a9c4c1104f9d","SHA512":"9071017df0d6b56d6ce3e8282a7fb2d955ef99e07acd48b9a66df5fdd96a1cfda7f43293f541db60432965d5c535565c7a70d3076cbf611906e35b8cb7b9b793","SHA256":"d167219c93d0c900ec58824a225b34ac9e465f671728d7890d7f4b0036f1b032"},"package-locations":["https://hackage.haskell.org/package/influxdb-1.6.1.1/influxdb-1.6.1.1.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/influxdb-1.6.1.1.tar.gz"],"package-size":25536}

0 comments on commit f53212c

Please sign in to comment.