streaming-bytestring 0.3.0 → 0.3.1
raw patch · 2 files changed
+10/−3 lines, 2 filesdep ~ghc-prim
Dependency ranges changed: ghc-prim
Files
- CHANGELOG.md +6/−0
- streaming-bytestring.cabal +4/−3
CHANGELOG.md view
@@ -1,4 +1,10 @@ +## 0.3.1 (2023-06-28)++#### Changed++- Ensure support for GHC 9.6.+ ## 0.3.0 (2023-04-24) #### Changed
streaming-bytestring.cabal view
@@ -1,6 +1,6 @@ cabal-version: >=1.10 name: streaming-bytestring-version: 0.3.0+version: 0.3.1 synopsis: Fast, effectful byte streams. description: This library enables fast and safe streaming of byte data, in either @Word8@ or@@ -42,7 +42,8 @@ || ==8.10.3 || ==9.0.2 || ==9.2.5- || ==9.4.4+ || ==9.4.5+ || ==9.6.2 source-repository head type: git@@ -73,7 +74,7 @@ , bytestring >=0.10.4 && <0.12 , deepseq >=1.4 && <1.5 , exceptions >=0.8 && <0.11- , ghc-prim >=0.4 && <0.10+ , ghc-prim >=0.4 && <0.11 , mmorph >=1.0 && <1.3 , mtl >=2.2 && <2.4 , resourcet >=1.1 && <1.4