Cabal revisions of influxdb-0.5.1
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
name: influxdb version: 0.5.1+x-revision: 1 synopsis: Haskell client library for InfluxDB description: Haskell client library for InfluxDB homepage: https://github.com/maoe/influxdb-haskell , dlist , http-client , mtl- , network+ , network < 2.6 , tagged , template-haskell , text
revision 2
name: influxdb version: 0.5.1-x-revision: 1+x-revision: 2 synopsis: Haskell client library for InfluxDB description: Haskell client library for InfluxDB homepage: https://github.com/maoe/influxdb-haskell manual: False flag retry-040- description: Use retry >= 0.4, which depends on exceptions+ description: Use retry == 0.4.*, which depends on exceptions default: True manual: False , containers , data-default-class , dlist- , http-client+ , http-client < 0.5 , mtl , network < 2.6 , tagged if flag(retry-040) build-depends: exceptions >= 0.5 && < 0.7- , retry >= 0.4+ , retry == 0.4.* else build-depends: lifted-base main-is: test-suite.hs build-depends: base- , http-client+ , http-client < 0.5 , HUnit , influxdb , mtl build-depends: base , bytestring- , http-client+ , http-client < 0.5 , influxdb , mtl , mwc-random