Releases: haskell/filepath
Releases · haskell/filepath
v1.4.100.0: Release 1.4.100.0
Implementation of the Abstract FilePath Proposal
in user-space as a separate type.
Introduction to the new API is explained in this blog post.
1.4.2.2
This release is purely a documentation release, fixing the broken haddock links.
Affected users
This release affects users who apply downstream patches to System.FilePath.Internal,
since System.FilePath.Posix and System.FilePath.Windows are now generated via make cpp
during development.
To make your patch apply, either apply it to System.FilePath.Posix and System.FilePath.Windows
instead or run make cpp after applying your patch.