Re: [haskell-art] ANN: JackMiniMix-0.1

2010-08-23 Thread Renick Bell
 I think that lower case package names are prefered in order to have greater
 consistency with DEB or RPM package names.

Oops. So I should have asked for people to check it before uploading
it. Now that I look at Hackage paying attention to this factor, I see
the mostly-followed convention. It's unfortunate that all of the
examples in the Cabal docs use names that begin with an uppercase
letter.

Rather than leap before I look again, do you know what will happen if
I upload a new version with an all-lower-case package name? Are there
going to be two packages, or will it be corrected?

 I assume that 'hosc' follows the Package Versioning Policy. In this case you
 might prefer the dependency
  hosc = 0.8   0.9

I've changed it as you have suggested.

 Hackage generates documentation in intervals. After a day it should be
 generated,

I see. It showed up today.

Thanks for the helpful tips.

Renick

-- 
Renick Bell
- http://renickbell.net
- http://twitter.com/renick
- http://the3rd2nd.com
___
haskell-art mailing list
haskell-art@lurk.org
http://lists.lurk.org/mailman/listinfo/haskell-art


[haskell-art] ANN: JackMiniMix-0.1

2010-08-22 Thread Renick Bell
Hello everyone.

I've written a module to control JackMiniMix (
http://www.aelius.com/njh/jackminimix/ ), a mixer for the Jack Audio
Connection Kit using OpenSoundControl (OSC). It has been uploaded to
Hackage.

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

It replicates most of the functionality of the perl library provided
by the author for controlling JackMiniMix over OSC. Thanks to Rohan
for his hosc package.

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.

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.

Best regards,

Renick

-- 
Renick Bell
- http://renickbell.net
- http://twitter.com/renick
- http://the3rd2nd.com
___
haskell-art mailing list
haskell-art@lurk.org
http://lists.lurk.org/mailman/listinfo/haskell-art


Re: [haskell-art] ANN: JackMiniMix-0.1

2010-08-22 Thread Henning Thielemann


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
haskell-art@lurk.org
http://lists.lurk.org/mailman/listinfo/haskell-art