
Hello,
Has anyone some exampe usages of : Network.UrlDisp ?
thanks in advance,
Pieter
--
Pieter Laeremans

I'm not working on hvac at the moment, but the UrlDisp code was split out of it by Artyom Shalkhakov. So some of the old example code from hvac should still be of interest. The following, for example, was an implementation of a threaded message board: http://code.haskell.org/~sclv/hvac/Examples/hvac-board.hs Note that this code uses the infix combinators. After a chorus of "it's worse than perl!" went up, standard message dispatch combinators were added as well. I explained briefly how they worked here: http://fmapfixreturn.wordpress.com/2008/05/21/some-concepts-behind- hvac/#comment-94 The validation stuff used both in the code example and the blog post is not part of UrlDisp, by the way. Cheers, S. On Feb 1, 2009, at 2:46 PM, Pieter Laeremans wrote:
Hello,
Has anyone some exampe usages of : Network.UrlDisp ?
thanks in advance,
Pieter
-- Pieter Laeremans
_______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

Hello,
2009/2/2 Pieter Laeremans
Has anyone some exampe usages of : Network.UrlDisp ?
I'll write it up in a few days. Right now, you can read the blog posts of Sterling Clover, topics covered there still apply. I would be grateful if anybody told me how to upload Haddock documentation to Hackage. The code itself contains documentation, but I couldn't get it to show up on Hackage. Cheers, Artyom Shalkhakov.

On Mon, Feb 02, 2009 at 10:55:52AM +0600, Artyom Shalkhakov wrote:
Hello,
2009/2/2 Pieter Laeremans
: Has anyone some exampe usages of : Network.UrlDisp ?
I'll write it up in a few days. Right now, you can read the blog posts of Sterling Clover, topics covered there still apply.
I would be grateful if anybody told me how to upload Haddock documentation to Hackage. The code itself contains documentation, but I couldn't get it to show up on Hackage.
Haddock documentation is automatically built for packages on Hackage, but you might have to wait a while (up to a day?) for it to get built. If there are still no links to Haddock documentation, check the build log. -Brent

Hello,
2009/2/2 Brent Yorgey
I would be grateful if anybody told me how to upload Haddock documentation to Hackage. The code itself contains documentation, but I couldn't get it to show up on Hackage.
Haddock documentation is automatically built for packages on Hackage, but you might have to wait a while (up to a day?) for it to get built. If there are still no links to Haddock documentation, check the build log.
Everything seems to be fine. Thanks! Cheers, Artyom Shalkhakov.
participants (4)
-
Artyom Shalkhakov
-
Brent Yorgey
-
Pieter Laeremans
-
Sterling Clover