schell / gelatin

A nice Haskell graphics API. There's always room for jello.
BSD 3-Clause "New" or "Revised" License
41 stars 4 forks source link

Publish to hackage #16

Closed fgaz closed 6 years ago

fgaz commented 6 years ago

@schell do you intend to publish gelatin to hackage? If yes: what do we need before doing it?

schell commented 6 years ago

I do plan on it, and thanks for lighting the fire under my seat. I'm fairly certain there are some superfluous modules, so I'll go through and prune them out before release.

schell commented 6 years ago

CI builds!

schell commented 6 years ago

Okay - I think we're done. I'm not sure it's necessary to upload gelatin-example and I'm not ready to support gelatin-webgl officially. What do you think, @fgaz?

fgaz commented 6 years ago

Nice! While there are some *-example packages on hackage I too think it's not necessary to upload gelatin-example (not right now at least). I also agree on webgl.

Just be sure to upload them in dependency order (ie. upload something only when you already uploaded all its deps), so that the matrix will give some results on the first try (and faster too).

schell commented 6 years ago

It's all done now and hackage is done building docs. Thanks for your help! Next release will focus on documentation and cleanup.

fgaz commented 6 years ago

Oops yeah, I noticed you already uploaded them just after posting that comment