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 4fbeaf8 commit 6c567f5Copy full SHA for 6c567f5
changelog.md
@@ -1,5 +1,9 @@
1
# Changelog for [`os-string` package](http://hackage.haskell.org/package/os-string)
2
3
+## 2.0.2 *Dec 2023*
4
+
5
+* Implement coercionToPlatformTypes, fixes #4
6
7
## 2.0.1 *Dec 2023*
8
9
* add `unsafeEncodeUtf`, fixes #5
os-string.cabal
@@ -1,6 +1,6 @@
cabal-version: 2.2
name: os-string
-version: 2.0.1
+version: 2.0.2
-- NOTE: Don't forget to update ./changelog.md
license: BSD-3-Clause
0 commit comments