attoparsec-framer 0.1.0.8 → 0.1.0.9
raw patch · 2 files changed
+7/−3 lines, 2 filesdep ~network-runPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: network-run
API changes (from Hackage documentation)
Files
- ChangeLog.md +4/−0
- attoparsec-framer.cabal +3/−3
ChangeLog.md view
@@ -2,6 +2,10 @@ `attoparsec-framer` uses [PVP Versioning][1]. +## 0.1.0.9 -- 2024-07-19++* Relax upper bounds of network-run+ ## 0.1.0.8 -- 2024-07-11 * Expand CI test matrix
attoparsec-framer.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: attoparsec-framer-version: 0.1.0.8+version: 0.1.0.9 synopsis: Use Attoparsec to parse framed protocol byte streams description: A library that simplifies the use of@@ -62,7 +62,7 @@ , base >=4.10 && <5 , bytestring >=0.10.8.2 && <0.13 , network >=3.1.0 && <4- , network-run >=0.2.2 && <0.4+ , network-run >=0.2.2 && <0.6 , text >=1.2.3 && <2.2 , QuickCheck >= 2.13 && < 2.16 @@ -86,7 +86,7 @@ , base >=4.10 && <5 , bytestring >=0.10.8.2 && <0.13 , network >=3.1.0 && <4- , network-run >=0.2.2 && <0.4+ , network-run , text >=1.2.3 && <2.2 , QuickCheck >= 2.13 && < 2.16