> It seems that there is not a standard library for
> handling directories and directoreis entries in
> Haskell 98. I have just found the Posix library
> PosixFiles distributed with GHC 8.0.1 for that
> purpose. Hugs and NHC98 does not look like to
> have such a library. Is there a way to manipulate
> directory entries in a portable way in Haskell 98,
> or my only solution is to stick with GHC?

Well. There is a standard library Directory (just have a look at the 
Haskell 98 Library Report under http://haskell.org/definition). The 
library is implemented by ghc, hbc and nhc. Unfortunately Hugs' 
implementation of this module is very incomplete.

Regards
Wolfgang


--
Wolfgang Lux                              Phone: +49-251-83-38263
Institut fuer Wirtschaftinformatik          FAX: +49-251-83-38259
Universitaet Muenster                 Email: [EMAIL PROTECTED]



Reply via email to