web-cookiejar 0.1.1.0 → 0.1.2.0
raw patch · 3 files changed
+7/−2 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
+ Web.Cookie.Jar: InvalidJar :: BadJarFile
Files
- ChangeLog.md +5/−0
- src/Web/Cookie/Jar.hs +1/−1
- web-cookiejar.cabal +1/−1
ChangeLog.md view
@@ -2,6 +2,11 @@ `web-cookiejar` uses [PVP Versioning][1]. ++## 0.1.2.0 -- 2025-06-24++* Export constructor for BadJarFile; correcting a mistake in 0.1.1.0+ ## 0.1.1.0 -- 2025-06-23 * Relax the upper bound of the QuickCheck test dependency
src/Web/Cookie/Jar.hs view
@@ -17,7 +17,7 @@ , writeNetscapeJar , readJar , readJarX- , BadJarFile+ , BadJarFile (..) -- * update HTTP messages , addCookiesFromFile
web-cookiejar.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: web-cookiejar-version: 0.1.1.0+version: 0.1.2.0 synopsis: Parsing/printing of persistent web cookies description: A library that provides parsing and printing functions that read and write web