web-cookiejar 0.1.3.0 → 0.1.3.1
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~time
Dependency ranges changed: time
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.1 -- 2026-01-14++* Relax the upper bound of the time dependency+ ## 0.1.3.0 -- 2025-06-25 * Add usingCookiesFromFile' which reorders args of usingCookiesFromFile for ease
web-cookiejar.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: web-cookiejar-version: 0.1.3.0+version: 0.1.3.1 synopsis: Parsing/printing of persistent web cookies description: A library that provides parsing and printing functions that read and write web@@ -36,7 +36,7 @@ , bytestring >=0.10.8 && <0.11 || >=0.11.3 && <0.13 , directory >=1.3 && <1.4 , http-client >=0.5 && <0.8- , time >=1.8 && <1.15+ , time >=1.8 && <1.17 default-language: Haskell2010 ghc-options: -Wall -Wincomplete-uni-patterns -Wpartial-fields -fwarn-tabs