Releases: haskell/filepath
Releases · haskell/filepath
1.4.300.2
v1.4.300.2 1.4.300.2
1.4.300.1
v1.4.300.1 Release 1.4.300.1
1.5.2.0
v1.4.200.1: Release 1.4.200.1
- Improve deprecation warnings wrt #209
v1.5.0.0
v1.4.200.0
1.4.200.0 Nov 2023
- deprecate
OsString
modules
v1.4.100.3
- Fix a regression in
splitFileName
wrt #189
v1.4.100.2
- Speed up
splitFileName
,splitExtension
,readDriveLetter
and various other helpers (up to 20x faster) by @Bodigrim
v1.4.100.1: Release 1.4.100.1
- Fix regression in
System.FilePath.Windows.normalise
wrt #187 - Fix tests on GHC 9.4.4
- Avoid head and tail
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.