[project @ 2002-08-29 11:49:10 by simonmar]
authorsimonmar <unknown>
Thu, 29 Aug 2002 11:49:11 +0000 (11:49 +0000)
committersimonmar <unknown>
Thu, 29 Aug 2002 11:49:11 +0000 (11:49 +0000)
commitbb4edcf0f0e7144f34cb36d1b71d113d80c96b64
treec91fb82af18d2b1eb386ae08d3429c0bf07b2418
parent2b4cc79333ab348eb4d96c4ae65a1a47f0c259d4
[project @ 2002-08-29 11:49:10 by simonmar]
Make the readline binding into a hierarchical library and put it in
its own package (for licensing reasons).

As part of this, I moved fdToHandle from PosixIO into GHC.Handle (and
updated the code to avoid using _casm_) since Readline requires it.

I've also updated Readline to use the latest FFI syntax.
GHC/Handle.hs
GHC/IOBase.lhs
GHC/Posix.hs
include/HsBase.h