darcs-reviewed mirror — http://darcs.net
drop INLINE pragmas on class members
ghc 7.2 now automatically does what this used to do, and doesn't accept the pragma. It doesn't seem worth including it conditionally for earlier versions.
{-# INLINE toPath #-}
{-# INLINE toFilePath #-}