
26 May
2003
26 May
'03
6:01 p.m.
Dear list. I needed a function for creating temporary files. Since I couldn't find one in the standard library, I just hacked one up using the ffi. It's in the haskell-libs cvs [1]. I've got an icky import of GHC.Handle to get openFd, any way I could get rid of it? (fdToHandle isn't enough) [1] http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/*checkout*/haskell-libs/libs/... /Martin PS: I slapped an LGPL license on it, if that's a problem, it's negotiable. -- Martin Sjögren sjogren@debian.org -- marvin@dum.chalmers.se GPG key: http://www.mdstud.chalmers.se/~md9ms/gpg.html let hello = "hello" : hello in putStr (unlines hello)