aristidb / aws

Amazon Web Services for Haskell
BSD 3-Clause "New" or "Revised" License
238 stars 107 forks source link

Request: New release 0.13.1 for data-default 0.7 #202

Closed ilovezfs closed 8 years ago

ilovezfs commented 8 years ago

Regarding, https://github.com/aristidb/aws/commit/402bfe5aa9ef4bec84186880faafcbfdae1ad91d, any chance of getting a 0.13.1 soon with this change in it (even if the release is just 0.13.0 + 402bfe5aa9ef4bec84186880faafcbfdae1ad91d)?

Right now this issue causes a stock cabal install of the current git-annex to lack S3 support, so for Homebrew we're now considering patching aws https://github.com/Homebrew/homebrew-core/pull/1307 to work around this issue.

joeyh commented 8 years ago

Does constraining the data-default version in git-annex.cabal to < 0.6 work around this problem?

ilovezfs commented 8 years ago

Indeed. And now data-default is at 0.7.

ilovezfs commented 8 years ago

@joeyh Also, I discovered the reason the explicit s3 flag wasn't getting solver to pick < 0.6 was due to a brew bug: https://github.com/Homebrew/brew/pull/267

ilovezfs commented 8 years ago

@felixonmars looks like 0.7 is fine too. Do you mind bumping the restriction from <0.7 to <0.8? Thanks! Also, any blockers for a new a version?

felixonmars commented 8 years ago

I am not maintainer of the module, maybe you want to ask @aristidb :)

aristidb commented 8 years ago

I'm mostly just currently a bit short on free time, as I only do Haskell in my spare time. :)

Felix Yan notifications@github.com schrieb am Di., 24. Mai 2016 um 07:10 Uhr:

I am not maintainer of the module, maybe you want to ask @aristidb https://github.com/aristidb :)

— You are receiving this because you were mentioned.

Reply to this email directly or view it on GitHub https://github.com/aristidb/aws/issues/202#issuecomment-221168012

ilovezfs commented 8 years ago

@aristidb Hi there, thanks for piping up. This is the context for the request: http://git-annex.branchable.com/bugs/ghc_8.0.1_build_fixes/

ilovezfs commented 8 years ago

So the main issues seem to be the restrictions on base, data-default, time, and transformers, of which the data-default, time, and transformers restrictions are specifically coming from aws.

felixonmars commented 8 years ago

Updated in #204

ilovezfs commented 8 years ago

@felixonmars nice

bgamari commented 8 years ago

@aristidb would it help if someone offered to help with maintenance? I personally rely on it for several projects and currently it does not build with GHC 8.0.1.

aristidb commented 8 years ago

@bgamari Yes, that would be great. I'll grant you commit privileges.

aristidb commented 8 years ago

@bgamari Please accept your Github collaboration invite if you're interested.

aristidb commented 8 years ago

0.13.1 is released.

@bgamari My offer of contributor rights stands, though.