packages feed

os-string 2.0.2.1 → 2.0.2.2

raw patch · 3 files changed

+9/−1 lines, 3 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

System/OsString/Data/ByteString/Short/Internal.hs view
@@ -311,7 +311,11 @@ word16ToLE#, word16FromLE# :: Word# -> Word# #endif #ifdef WORDS_BIGENDIAN+#if MIN_VERSION_base(4,16,0)+word16ToLE# w = wordToWord16# (byteSwap16# (word16ToWord# w))+#else word16ToLE# = byteSwap16#+#endif #else word16ToLE# w# = w# #endif
changelog.md view
@@ -1,5 +1,9 @@ # Changelog for [`os-string` package](http://hackage.haskell.org/package/os-string) +## 2.0.2.2 *May 2024*++* Fix compilation on big-endian arches, by Andrew Lelechenko+ ## 2.0.2.1 *Apr 2024*  * Fix compabitiliby with GHC 9.10
os-string.cabal view
@@ -1,6 +1,6 @@ cabal-version:      2.2 name:               os-string-version:            2.0.2.1+version:            2.0.2.2  -- NOTE: Don't forget to update ./changelog.md license:            BSD-3-Clause