lykahb / groundhog

This library maps datatypes to a relational model, in a way similar to what ORM libraries do in OOP. See the tutorial https://www.schoolofhaskell.com/user/lykahb/groundhog for introduction
http://hackage.haskell.org/package/groundhog
176 stars 39 forks source link

Hackage release for transformers-0.5 #61

Closed andrewthad closed 7 years ago

andrewthad commented 7 years ago

I can see that the master branch has already bumped the version bounds for transformers. It would be nice to have this change on hackage too.

lykahb commented 7 years ago

I will release the updated packages with ghc 8 and transformers soon.

MichaelXavier commented 7 years ago

Is there anything we can do to help move this along?

lykahb commented 7 years ago

I did changes to connection API in HEAD preparing for the pipes and conduit integration. They may not have been well-thought. I think about simplifying connections before this public release.

MichaelXavier commented 7 years ago

Was the change specifically for transformers a code change or would you be able to edit the package metadata on hackage to allow a greater transformers version?

MichaelXavier commented 7 years ago

I just noticed the ghc8 branch and that its travis suite is passing. Is this generally safe to use? Maybe that could get a release so folks on ghc8/newer transformers aren't stuck behind the other improvements.

lykahb commented 7 years ago

@MichaelXavier Yes, it is safe to use. I planned to make a couple minor changes before the release. I'll release it the next week.

lykahb commented 7 years ago

Released on Hackage