release: polysemy-test - Polysemy

Welcome to the Functional Programming Zulip Chat Archive. You can join the chat here.

Torsten Schmits

made another tiny package: https://hackage.haskell.org/package/polysemy-test-0.2.0.0

pretty specific, but we can expand it :cowboy:

Georgi Lyubenov // googleson78

modules in hackage look a bit weird again :/

Georgi Lyubenov // googleson78

did you intend for only Polysemy.Test to show up?

Torsten Schmits

yes! I pulled almost everything into the root module and thought it would be better not to duplicate it

Torsten Schmits

but I'm still not satisfied with my haddock skills

Torsten Schmits

would you say it's bad practice to hide all other modules if there's nothing of interest in them?

Georgi Lyubenov // googleson78

I don't think it's bad practice, unless you have some Internal that someone could possibly "use at their own risk" modules, but haven't exposed them

Torsten Schmits

well, everything is exposed, there's just very little code that is not exported by the root module