web-cookiejar 0.1.3.1 → 0.1.3.2
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
- web-cookiejar.cabal +2/−2
ChangeLog.md view
@@ -3,6 +3,10 @@ `web-cookiejar` uses [PVP Versioning][1]. +## 0.1.3.2 -- 2026-06-20++* Relax the upper bound of the QuickCheck dependency+ ## 0.1.3.1 -- 2026-01-14 * Relax the upper bound of the time dependency
web-cookiejar.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: web-cookiejar-version: 0.1.3.1+version: 0.1.3.2 synopsis: Parsing/printing of persistent web cookies description: A library that provides parsing and printing functions that read and write web@@ -53,7 +53,7 @@ , bytestring , hspec >=2.7.0 && <2.12.0 , http-client- , QuickCheck >= 2.13 && < 2.18+ , QuickCheck >= 2.13 && < 2.20 , temporary >= 1.2 && < 1.4 , time , web-cookiejar