Skip to content

Commit

Permalink
Merge branch 'hotfix/v0.9.1.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
Mitsutoshi Aoe committed Jun 2, 2015
2 parents 0c0b136 + 7d27f5d commit 967ae0f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,7 @@
## v0.9.1.3 - 2015-06-02

* Relax upper bound for aeson

## v0.9.1.2 - 2015-05-15

* Relax upper bound for attoparsec
Expand Down
6 changes: 3 additions & 3 deletions influxdb.cabal
@@ -1,5 +1,5 @@
name: influxdb
version: 0.9.1.2
version: 0.9.1.3
synopsis: Haskell client library for InfluxDB
description: Haskell client library for InfluxDB
homepage: https://github.com/maoe/influxdb-haskell
Expand Down Expand Up @@ -78,7 +78,7 @@ library

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

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

0 comments on commit 967ae0f

Please sign in to comment.