-
Notifications
You must be signed in to change notification settings - Fork 163
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
www/hs-http-api-data: update to http-api-data-0.6.1
0.6.1 * Require at least GHC-8.6 * Support `cookie-0.5.0`, see [#137](fizruk/http-api-data#137). Note that `cookie-0.5.0`'s parser now removes double quotes around cookie values.
- Loading branch information
1 parent
ee332a2
commit ef1035c
Showing
3 changed files
with
10 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,14 @@ | ||
# $NetBSD: Makefile,v 1.7 2024/05/09 01:32:52 pho Exp $ | ||
# $NetBSD: Makefile,v 1.8 2025/01/30 14:51:59 pho Exp $ | ||
|
||
DISTNAME= http-api-data-0.6 | ||
PKGREVISION= 2 | ||
DISTNAME= http-api-data-0.6.1 | ||
CATEGORIES= www | ||
|
||
MAINTAINER= [email protected] | ||
COMMENT= Converting to/from HTTP API data | ||
LICENSE= modified-bsd | ||
|
||
HASKELL_UNRESTRICT_DEPENDENCIES+= \ | ||
base \ | ||
bytestring \ | ||
cookie \ | ||
text | ||
hashable | ||
|
||
.include "../../www/hs-cookie/buildlink3.mk" | ||
.include "../../devel/hs-hashable/buildlink3.mk" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
$NetBSD: distinfo,v 1.2 2023/10/30 09:24:44 pho Exp $ | ||
$NetBSD: distinfo,v 1.3 2025/01/30 14:51:59 pho Exp $ | ||
|
||
BLAKE2s (http-api-data-0.6.tar.gz) = c46c4dc753cbff00b87d16a566d833d6acd8941e520abc98814c37290637558f | ||
SHA512 (http-api-data-0.6.tar.gz) = 36d871aedaaf95ffc024ed73a5927f1e10e841493027e79e3d69f5dd5d9801926f0c9c98f082d52f239fe4ea73cbcc54f98a72aa31b0051774150ef93938af0d | ||
Size (http-api-data-0.6.tar.gz) = 20775 bytes | ||
BLAKE2s (http-api-data-0.6.1.tar.gz) = d0c4e55ffb7e54c9148fc32622d27244743cdc41d8494a49b8cb7cd7cc220b55 | ||
SHA512 (http-api-data-0.6.1.tar.gz) = b4f19d45f82307a3fbf45cab716524f66fe8921945f93e7e951a1b0db0a39308425bfce9ee08c37f64a184bbc3575e68fed40aa0fc7923698ad0742b17573295 | ||
Size (http-api-data-0.6.1.tar.gz) = 20848 bytes |