We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b91dcf2 commit 367f6bfCopy full SHA for 367f6bf
changelog.md
@@ -2,6 +2,10 @@
2
3
_Note: below all `FilePath` values are unquoted, so `\\` really means two backslashes._
4
5
+## 1.4.100.4 *Jul 2023*
6
+
7
+* Fix isInfixOf and breakSubString in Word16, wrt [#195](https://github.com/haskell/filepath/issues/195)
8
9
## 1.4.100.3 *Feb 2023*
10
11
* Fix a regression in `splitFileName` wrt [#189](https://github.com/haskell/filepath/pull/189)
filepath.cabal
@@ -1,6 +1,6 @@
1
cabal-version: 2.2
name: filepath
-version: 1.4.100.3
+version: 1.4.100.4
-- NOTE: Don't forget to update ./changelog.md
license: BSD-3-Clause
0 commit comments