Description
Provides consistent filesystem interaction across GHC versions. It helps Haskell code work with files and directories without carrying as many compatibility differences between compiler versions.
It is useful for build tools, file managers, package tools, and libraries that need older GHC compatibility. It is a developer library and has no standalone file browser.