-
Notifications
You must be signed in to change notification settings - Fork 164
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
textproc/hs-pandoc-types: Update to 1.23.1
[1.23.1] * Restore toJSONFilter instance for pure `a -> [a]`. This went missing after my ill-considered revision to #105, commit 183af9d9f1066be974ac55fd23a4c985999d3ce8 . See jgm/pandoc#8976. * Generalize ToJSONFilter instance. Previously a pure function `a -> a` could only be promoted to a filter in IO. Now we allow it to work with any instance of MonadIO. (This adds to #105.) * Allow bytestring 0.12. [1.23.0.1] * Allow aeson 2.2. * Remove dependency on string-qq (recbecca skinner).
- Loading branch information
1 parent
88ae96c
commit c57c089
Showing
4 changed files
with
14 additions
and
13 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
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.10 2023/01/27 15:51:06 pho Exp $ | ||
$NetBSD: distinfo,v 1.11 2023/10/30 13:12:40 pho Exp $ | ||
|
||
BLAKE2s (pandoc-types-1.23.tar.gz) = db337990747c80769051b0d008695ce8e0c9be9a689e48b1569f3e06dc379b55 | ||
SHA512 (pandoc-types-1.23.tar.gz) = 9671ac11515bab2a134720cbdb3add0f4a2528e9a8ec32a13c080f3553e0b1355c427441f953df88340a2c8e5597279e79919517ea944d200d3557df5e601bb4 | ||
Size (pandoc-types-1.23.tar.gz) = 35901 bytes | ||
BLAKE2s (pandoc-types-1.23.1.tar.gz) = 6c269d8bd5e7696d16fbdbe7a5552e745671a77f5562231e5f79140ce344f188 | ||
SHA512 (pandoc-types-1.23.1.tar.gz) = c09dd9966da80e7121d2033d175832fef190f17044f3fa340c554b4f3ec1a288ffe3b0bb1c1fb0bbd477de0633adfdf111cda39d2e09d8e6d5019f6c28be3fb4 | ||
Size (pandoc-types-1.23.1.tar.gz) = 36480 bytes |