-
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.
devel/hs-pandoc-lua-marshal: Update to 0.2.2
0.2.2 - Released 2023-03-15. * Add __tostring metamethods to Blocks and Inlines. 0.2.1.1 - Released 2023-03-13. * The version constraints for hslua packages have been relaxed; other changes in hslua 2.3.* do not affect this package. 0.2.1 - Released 2023-02-11. * All userdata types have been given a __tojson metamethod. The methods return the default JSON representations of AST objects.
- Loading branch information
1 parent
d1e9552
commit 69888ad
Showing
4 changed files
with
18 additions
and
12 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,13 +1,16 @@ | ||
# $NetBSD: Makefile,v 1.7 2023/10/09 04:54:26 pho Exp $ | ||
# $NetBSD: Makefile,v 1.8 2023/10/30 18:12:34 pho Exp $ | ||
|
||
DISTNAME= pandoc-lua-marshal-0.2.0 | ||
PKGREVISION= 2 | ||
DISTNAME= pandoc-lua-marshal-0.2.2 | ||
CATEGORIES= devel | ||
|
||
MAINTAINER= [email protected] | ||
COMMENT= Use pandoc types in Lua | ||
LICENSE= mit | ||
|
||
HASKELL_UNRESTRICT_DEPENDENCIES+= \ | ||
aeson | ||
|
||
.include "../../converters/hs-aeson/buildlink3.mk" | ||
.include "../../lang/hs-hslua/buildlink3.mk" | ||
.include "../../lang/hs-hslua-list/buildlink3.mk" | ||
.include "../../lang/hs-hslua-marshalling/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
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/01/27 16:01:04 pho Exp $ | ||
$NetBSD: distinfo,v 1.3 2023/10/30 18:12:34 pho Exp $ | ||
|
||
BLAKE2s (pandoc-lua-marshal-0.2.0.tar.gz) = b0c410cf3b45af1738713333ae15153a1abf1a00bd2e7b1ec0a8ba0c5913d5ef | ||
SHA512 (pandoc-lua-marshal-0.2.0.tar.gz) = a4cdcac6e6b7bbf4e1c5ac78690e9916a333dca94514b165669daedbf9be4735ace4fa809a96f74845b433dbf0f876c9939a1780e6c76f71a942bad9c4891661 | ||
Size (pandoc-lua-marshal-0.2.0.tar.gz) = 37736 bytes | ||
BLAKE2s (pandoc-lua-marshal-0.2.2.tar.gz) = ff5337ededec2d1382b8d8e34a396abb733a873f8a77813b64897a536b024f08 | ||
SHA512 (pandoc-lua-marshal-0.2.2.tar.gz) = 4a861beb82d2abd95c4c671c9962c99d5302d1fa44de7d80e6e0896c172a6cd3c3758fc4b51b29667dcec1a6d51385cbe8d8e53c15e6eab761840e39270cfe3d | ||
Size (pandoc-lua-marshal-0.2.2.tar.gz) = 38236 bytes |