[Haskell-cafe] Serialize instance for System.Posix.Files.FileStatus

Johan Brinch brinchj at gmail.com
Wed Feb 1 15:02:45 CET 2012


Are there plans on implementing an efficient Serialize instance of the
FileStatus type?

I'm aware that it's just a wrapper around a C stat structure, and I
reckon it can be done more efficiently than copying from C to Haskell
for every value.

-- 
Johan Brinch



More information about the Haskell-Cafe mailing list