Skip to content

Commit

Permalink
Merge branch 'release/v0.7.1.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
Mitsutoshi Aoe committed Sep 19, 2014
2 parents 15121f2 + e5d24ea commit 121264f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,8 @@
## v0.7.1.1 - 2014-09-19

* Relax upper bound for http-client
* Set upper bounds for some packages

## v0.7.1 - 2014-09-16

* Add more lenses
Expand Down
12 changes: 6 additions & 6 deletions influxdb.cabal
@@ -1,5 +1,5 @@
name: influxdb
version: 0.7.1
version: 0.7.1.1
synopsis: Haskell client library for InfluxDB
description: Haskell client library for InfluxDB
homepage: https://github.com/maoe/influxdb-haskell
Expand Down Expand Up @@ -67,22 +67,22 @@ library
ghc-options: -Wall
build-depends:
base >= 4 && < 4.8
, attoparsec
, attoparsec < 0.13
, bytestring
, containers
, data-default-class
, dlist
, exceptions >= 0.5 && < 0.7
, http-client < 0.4
, http-client < 0.5
, mtl < 2.3
, tagged
, template-haskell
, text
, text < 1.3
, vector

if flag(aeson-070)
build-depends:
aeson >= 0.7.0
aeson >= 0.7.0 && < 0.9
, scientific >= 0.2
else
build-depends:
Expand Down Expand Up @@ -153,5 +153,5 @@ source-repository head

source-repository this
type: git
tag: v0.7.1
tag: v0.7.1.1
location: https://github.com/maoe/influxdb-haskell.git

0 comments on commit 121264f

Please sign in to comment.