docker 0.6.0.5 → 0.6.0.6
raw patch · 2 files changed
+2/−12 lines, 2 filesdep ~http-clientPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: http-client
API changes (from Hackage documentation)
Files
- README.md +0/−10
- docker.cabal +2/−2
README.md view
@@ -1,10 +1,5 @@ # An API client for docker written in Haskell -| Master |-| -------|-| [](https://travis-ci.org/denibertovic/docker-hs) |-- ## Current state Supported Docker Engine Api version: `v1.24` and onwards.@@ -41,8 +36,3 @@ documentation](https://docs.docker.com/engine/reference/commandline/dockerd/#daemon-socket-option) for details). Set the environment variable `RUN_INTEGRATION_TESTS`, i.e. `RUN_INTEGRATION_TESTS=1 make test`.--## IRC--If you have any questions or suggestions you can find the maintainers in `#docker-haskell`-on freenode.
docker.cabal view
@@ -1,5 +1,5 @@ name: docker-version: 0.6.0.5+version: 0.6.0.6 synopsis: An API client for docker written in Haskell description: See API documentation below. homepage: https://github.com/denibertovic/docker-hs@@ -30,7 +30,7 @@ , bytestring >= 0.10.0 && < 0.11.0 , containers >= 0.5.0 && < 0.7.0 , data-default-class >= 0.0.1 && < 0.2.0- , http-client >= 0.4.0 && < 0.7.0+ , http-client >= 0.4.0 && < 0.8.0 , http-types >= 0.9 && < 0.13 , vector , conduit