packages feed

Cabal revisions of libinfluxdb-0.0.4

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-name:                libinfluxdb-version:             0.0.4--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.10-   , bytestring-   , text-   , clock-   , containers-   , resource-pool-   , stm-   , http-types-   , http-client-   , http-client-tls--  ghc-options: -Wall+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