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 0682302 commit b06157bCopy full SHA for b06157b
changelog.md
@@ -2,6 +2,10 @@
2
3
_Note: below all `FilePath` values are unquoted, so `\\` really means two backslashes._
4
5
+## 1.5.1.0 *??? 2023*
6
+
7
+* make `osp :: QuasiQuoter` valid as a pattern wrt [#210](https://github.com/haskell/filepath/pull/210)
8
9
## 1.5.0.0 *Nov 2023*
10
11
* remove `OsString` modules
filepath.cabal
@@ -1,6 +1,6 @@
1
cabal-version: 2.2
name: filepath
-version: 1.5.0.0
+version: 1.5.1.0
-- NOTE: Don't forget to update ./changelog.md
license: BSD-3-Clause
0 commit comments