Bump aeson bounds

This commit is contained in:
James Parker 2018-03-09 14:02:49 -07:00
parent ad66156a79
commit 9de437f528
2 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,9 @@
# CHANGELOG
## 0.5.1.1 (2018-03-09)
- Bump aeson version.
## 0.5.1.0 (2018-02-23)
- Support http-conduit-2.3.0.

View File

@ -1,5 +1,5 @@
name: docker
version: 0.5.1.0
version: 0.5.1.1
synopsis: An API client for docker written in Haskell
description: See API documentation below.
homepage: https://github.com/denibertovic/docker-hs
@ -25,7 +25,7 @@ library
exposed-modules: Docker.Client, Docker.Client.Api, Docker.Client.Types, Docker.Client.Internal, Docker.Client.Http, Docker.Client.Utils
-- other-modules: Docker.Internal
build-depends: base >= 4.7 && < 5
, aeson >= 0.9.0 && < 1.3.0
, aeson >= 0.9.0 && < 1.4.0
, blaze-builder >= 0.4.0 && < 0.5.0
, bytestring >= 0.10.0 && < 0.11.0
, containers >= 0.5.0 && < 0.6.0