folsen / opaleye-gen

A lightweight program to generate Opaleye boilerplate from a database
BSD 3-Clause "New" or "Revised" License
13 stars 9 forks source link

Release to hackage #8

Open domenkozar opened 7 years ago

domenkozar commented 7 years ago

What is the status of https://github.com/tomjaguarpaw/product-profunctors/commits/fieldnames? It would be really handy to release opaleye-gen to Hackage :)

cc @folsen

domenkozar commented 7 years ago

For countable-inflections see https://github.com/folsen/opaleye-gen/pull/9

folsen commented 7 years ago

I personally have no strong feeling either way about publishing to hackage. On one hand, I don't really see the point because it's not really a library that you depend on in a cabal file, and most likely you'll need to tweak the code a little bit to your specific purpose and desires (unless you're in the exact same case as me when I wrote this of migrating a Rails DB to opaleye).

But on the other hand, having it on hackage makes it more visible and you can cabal install the binary, so ¯\_(ツ)_/¯

If you really want it there I can push it up.

domenkozar commented 7 years ago

I think it can't do harm. For NixOS we'll have the binary for the opaleye-gen, so that's one positive side of it.

domenkozar commented 7 years ago

@folsen before we do that we still need a release of product-profunctors with https://github.com/tomjaguarpaw/product-profunctors/commits/fieldnames

domenkozar commented 7 years ago

Here we go: https://github.com/tomjaguarpaw/product-profunctors/pull/25

domenkozar commented 7 years ago

All dependencies are ready for opaleye-gen to be released on hackage :)

folsen commented 7 years ago

Having a busy week, but I'll push it up some time soon! I haven't forgotten about this :P