Don Stewart | 20 Dec 23:24
Favicon
Gravatar

Re: Is there some place where I can find the hs-curses doc ?

dav.vire+haskell:
> It seems I can't find it.
> 

hscurses, Stefan Wehr's package of the curses binding is pre-hackage
and pre-cabal, so you can only get the source:

    http://www.informatik.uni-freiburg.de/~wehr/haskell/

there's another curses binding in hmp3, 

    http://www.cse.unsw.edu.au/~dons/code/hmp3/Curses.hsc

that i keep meaning to package up, but never do.

both these modules use the curses man pages as the main source of
documentation.

-- Don

Gmane