Skip to content

Commit bb0e5cd

Browse files
committed
Bump to 1.4.100.1 and add ChangeLog
1 parent b0cbd5f commit bb0e5cd

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

changelog.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
_Note: below all `FilePath` values are unquoted, so `\\` really means two backslashes._
44

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+
511
## 1.4.100.0 *July 2022*
612

713
Implementation of the [Abstract FilePath Proposal](https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/abstract-file-path)

filepath.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.2
22
name: filepath
3-
version: 1.4.100.0
3+
version: 1.4.100.1
44

55
-- NOTE: Don't forget to update ./changelog.md
66
license: BSD-3-Clause

0 commit comments

Comments
 (0)