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 76d8096 commit 4390b95Copy full SHA for 4390b95
changelog.md
@@ -1,5 +1,9 @@
1
# Changelog for [`os-string` package](http://hackage.haskell.org/package/os-string)
2
3
+## 2.0.3 *May 2024*
4
+
5
+* Fix `length` function wrt [#17](https://github.com/haskell/os-string/issues/17)
6
7
## 2.0.2.2 *May 2024*
8
9
* Fix compilation on big-endian arches, by Andrew Lelechenko
os-string.cabal
@@ -1,6 +1,6 @@
cabal-version: 2.2
name: os-string
-version: 2.0.2.2
+version: 2.0.3
-- NOTE: Don't forget to update ./changelog.md
license: BSD-3-Clause
0 commit comments