[Haskell] Re: Haddock Problem

2005-05-15 Thread Peter Simons
Dominic Steinitz writes: > I've now used the -v option and it looks like haddock > can't find the html files even though they are there :-( > Anyone have any ideas? Maybe the interface description files are broken, incomplete, or incompatible with your Haddock version? budweis:~/work/Codec$

[Haskell] Re: Existing Haskell IPv6 Code

2005-05-15 Thread Peter Simons
Graham Klyne writes: >> The longer I think about this whole thing, the more I am >> convinced that using URIs is the answer. > FWIW, the revised URI parsing code [2][3] in the latest > libraries includes support for IPv6 literals, as > specified by RFC 3986 [1]. Thanks for the pointer, Grah

[Haskell] Re: Existing Haskell IPv6 Code

2005-05-15 Thread Peter Simons
Ravi Nanavati writes: > http://developers.sun.com/techtopics/mobility/midp/articles/genericframework/ It does look quite interesting. We'd probably need only a fraction of all those options, but the schemes socket://www.j2medeveloper.com:80 datagram://www.j2medeveloper.com:7001 file:///

[Haskell] Re: Haddock Problem

2005-05-15 Thread Dominic Steinitz
> Dominic Steinitz writes: > > > I've now used the -v option and it looks like haddock > > can't find the html files even though they are there :-( > > Anyone have any ideas? > > Maybe the interface description files are broken, > incomplete, or incompatible with your Haddock version? > > b

Re: [Haskell] Re: Haddock Problem

2005-05-15 Thread Duncan Coutts
On Sun, 2005-05-15 at 18:51 +0100, Dominic Steinitz wrote: > > Dominic Steinitz writes: > > > I've downloaded > http://www.haskell.org/ghc/docs/latest/html/libraries/base/base.haddock and I > still get the same errors. Is this incompatible with Haddock version 0.6? Probably so because the curren

[Haskell] Re: Haddock Problem

2005-05-15 Thread Dominic Steinitz
On Sun, 2005-05-15 at 18:51 +0100, Dominic Steinitz wrote: / > Dominic Steinitz writes: />/ > />/ I've downloaded />/ http://www.haskell.org/ghc/docs/latest/html/libraries/base/base.haddock and I />/ still get the same errors. Is this incompatible with Haddock version 0.6? / Probably so because

Re: [Haskell] Announce: Haskell Server Pages 0.2

2005-05-15 Thread Lemmih
On 5/13/05, Niklas Broberg <[EMAIL PROTECTED]> wrote: > == Haskell Server Pages == > > Release early, release often. I know, I know, but better late than > never, so here it is: > > Haskell Server Pages (HSP), a Haskell-based language for writing > dynamic web pages. > Webpage and darcs repo avai