denibertovic / docker-hs

A Haskell library for the Docker Engine API
BSD 3-Clause "New" or "Revised" License
76 stars 48 forks source link

Don't use deprecated APIs #25

Closed kseo closed 7 years ago

denibertovic commented 7 years ago

@kseo The build fails for ghc 7.10 because we're using lts-5.18 which uses http-client 0.4.28 which didn't yet introduce the parseUrlThrow function.

denibertovic commented 7 years ago

This should not have been closed. See here for explanation: https://github.com/denibertovic/docker-hs/issues/27