byteslice 0.2.11.0 → 0.2.11.1
raw patch · 3 files changed
+6/−1 lines, 3 files
Files
- CHANGELOG.md +4/−0
- byteslice.cabal +1/−1
- src/Data/Bytes.hs +1/−0
CHANGELOG.md view
@@ -1,5 +1,9 @@ # Revision history for byteslice +## 0.2.11.1 -- 2023-07-26++* Fix regression causing build failure in GHC 9.2.+ ## 0.2.11.0 -- 2023-07-25 * Add `Data.Bytes.Encode.LittleEndian`.
byteslice.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.4 name: byteslice-version: 0.2.11.0+version: 0.2.11.1 synopsis: Slicing managed and unmanaged memory description: This library provides types that allow the user to talk about a slice of
src/Data/Bytes.hs view
@@ -1,5 +1,6 @@ {-# language BangPatterns #-} {-# language BlockArguments #-}+{-# language DataKinds #-} {-# language DuplicateRecordFields #-} {-# language KindSignatures #-} {-# language MagicHash #-}