On Mon, 23 Aug 2010, Renick Bell wrote:

http://hackage.haskell.org/package/JackMiniMix

interesting

This is my first Haskell library to release. As such, it would be
particularly great to have any feedback regarding mistakes I may have
made.

I think that lower case package names are prefered in order to have greater consistency with DEB or RPM package names.

I assume that 'hosc' follows the Package Versioning Policy. In this case you might prefer the dependency
  hosc >= 0.8 && < 0.9
in order to ensure that your package can also be built, if 'hosc-0.9' changes its API in a way that breaks your package.

How can I get links to documentation on the Hackage page? It generates
nicely with haddock on my local machine, but it would be good if it
were there on Hackage, like so many other libraries.

Hackage generates documentation in intervals. After a day it should be generated, but in case any dependent package could not be built on hackage, it cannot be built as well. Hackage will then present a log of the compilation procedure.
_______________________________________________
haskell-art mailing list
[email protected]
http://lists.lurk.org/mailman/listinfo/haskell-art

Reply via email to