packages feed

docker 0.5.1.0 → 0.5.1.1

raw patch · 1 files changed

+2/−2 lines, 1 filesdep ~aesonPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: aeson

API changes (from Hackage documentation)

Files

docker.cabal view
@@ -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 @@   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