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 9c71692 commit 6d31aafCopy full SHA for 6d31aaf
changelog.md
@@ -1,5 +1,9 @@
1
# Changelog for [`os-string` package](http://hackage.haskell.org/package/os-string)
2
3
+## 2.0.4 *Jun 2024*
4
+
5
+* Use TemplateHaskellQuotes rather than TemplateHaskell extension wrt [#21](https://github.com/haskell/os-string/issues/21)
6
7
## 2.0.3 *May 2024*
8
9
* Fix `length` function wrt [#17](https://github.com/haskell/os-string/issues/17)
os-string.cabal
@@ -1,6 +1,6 @@
cabal-version: 2.2
name: os-string
-version: 2.0.3
+version: 2.0.4
-- NOTE: Don't forget to update ./changelog.md
license: BSD-3-Clause
0 commit comments