denibertovic / docker-hs

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

bump containers bound; build against ghc 8.6.4 #67

Closed backuitist closed 5 years ago

backuitist commented 5 years ago

containers has been bumped to 0.6.0.1 in the latest LTS (13), so we need to adjust the bound accordingly to get the lib there (and in the nix packages).

backuitist commented 5 years ago

This build failed for a weird reason: https://travis-ci.org/denibertovic/docker-hs/jobs/534737949 Otherwise I think it's good to go. You might want to drop support for some GHC versions?

jprider63 commented 5 years ago

I restarted the build and it looks like it passes now. Thanks @backuitist!

backuitist commented 5 years ago

Hi @jprider63 can I help with releasing & uploading the lib to hackage?

jprider63 commented 5 years ago

I've updated the version and changelog. @denibertovic should be able to upload it now.

backuitist commented 5 years ago

Thanks!

On Thu, 23 May 2019 at 16:50, JP notifications@github.com wrote:

I've updated the version and changelog. @denibertovic https://github.com/denibertovic should be able to upload it now.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/denibertovic/docker-hs/pull/67?email_source=notifications&email_token=AAHYNQNWWPPM3FNAAFUHJ2TPW2VLHA5CNFSM4HN7NUTKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODWCPEQY#issuecomment-495252035, or mute the thread https://github.com/notifications/unsubscribe-auth/AAHYNQOZ6YLILYPF66VXMPLPW2VLHANCNFSM4HN7NUTA .

backuitist commented 5 years ago

@denibertovic :arrow_up: let me know if you need help uploading this to hackage

denibertovic commented 5 years ago

I apologize for the delay. Uploaded: http://hackage.haskell.org/package/docker

denibertovic commented 5 years ago

Thanks @backuitist