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