attoparsec-framer 0.1.0.10 → 0.1.0.11
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~QuickCheckPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: QuickCheck
API changes (from Hackage documentation)
Files
- ChangeLog.md +4/−0
- attoparsec-framer.cabal +2/−2
ChangeLog.md view
@@ -2,6 +2,10 @@ `attoparsec-framer` uses [PVP Versioning][1]. +## 0.1.0.11 -- 2026-06-20++* Relax upper bounds on QuickCheck+ ## 0.1.0.10 -- 2025-06-23 * Relax upper bounds on QuickCheck
attoparsec-framer.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: attoparsec-framer-version: 0.1.0.10+version: 0.1.0.11 synopsis: Use Attoparsec to parse framed protocol byte streams description: A library that simplifies the use of@@ -64,7 +64,7 @@ , network >=3.1.0 && <4 , network-run >=0.2.2 && <0.6 , text >=1.2.3 && <2.2- , QuickCheck >= 2.13 && < 2.18+ , QuickCheck >= 2.13 && < 2.20 hs-source-dirs: toy default-language: Haskell2010