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 59945aa commit 1aa9c6bCopy full SHA for 1aa9c6b
changelog.md
@@ -2,8 +2,9 @@
2
3
_Note: below all `FilePath` values are unquoted, so `\\` really means two backslashes._
4
5
-## 1.5.1.0 *??? 2023*
+## 1.5.2.0 *??? 2024*
6
7
+* Fix a bug in `[splitFileName](https://github.com/haskell/filepath/issues/219)`
8
* make `osp :: QuasiQuoter` valid as a pattern wrt [#210](https://github.com/haskell/filepath/pull/210)
9
* Add `unsafeEncodeUtf` from os-string
10
filepath.cabal
@@ -1,6 +1,6 @@
1
cabal-version: 2.2
name: filepath
-version: 1.5.1.0
+version: 1.5.2.0
-- NOTE: Don't forget to update ./changelog.md
license: BSD-3-Clause
0 commit comments