We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0cbd5f commit bb0e5cdCopy full SHA for bb0e5cd
changelog.md
@@ -2,6 +2,12 @@
2
3
_Note: below all `FilePath` values are unquoted, so `\\` really means two backslashes._
4
5
+## 1.4.100.1 *Feb 2023*
6
+
7
+* Fix regression in `System.FilePath.Windows.normalise` wrt [#187](https://github.com/haskell/filepath/issues/187)
8
+* Fix tests on GHC 9.4.4
9
+* Avoid head and tail
10
11
## 1.4.100.0 *July 2022*
12
13
Implementation of the [Abstract FilePath Proposal](https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/abstract-file-path)
filepath.cabal
@@ -1,6 +1,6 @@
1
cabal-version: 2.2
name: filepath
-version: 1.4.100.0
+version: 1.4.100.1
-- NOTE: Don't forget to update ./changelog.md
license: BSD-3-Clause
0 commit comments