-
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.
textproc/hs-megaparsec: update to megaparsec-9.7.0
## Megaparsec 9.7.0 * Implemented correct handling of wide Unicode characters in error messages. To that end, a new module `Text.Megaparsec.Unicode` was introduced. [Issue 370](mrkkrp/megaparsec#370). * Inlined `Applicative` operators `(<*)` and `(*>)`. [PR 566](mrkkrp/megaparsec#566). * `many` and `some` of the `Alternative` instance of `ParsecT` are now more efficient, since they use the monadic implementations under the hood. [Issue 567](mrkkrp/megaparsec#567). * Added `Text.Megaparsec.Error.errorBundlePrettyForGhcPreProcessors`. [PR 573](mrkkrp/megaparsec#573).
- Loading branch information
1 parent
76d5950
commit 24fa929
Showing
4 changed files
with
14 additions
and
11 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,7 +1,6 @@ | ||
# $NetBSD: Makefile,v 1.14 2024/05/09 01:32:44 pho Exp $ | ||
# $NetBSD: Makefile,v 1.15 2025/01/31 02:24:01 pho Exp $ | ||
|
||
DISTNAME= megaparsec-9.6.1 | ||
PKGREVISION= 1 | ||
DISTNAME= megaparsec-9.7.0 | ||
CATEGORIES= textproc | ||
|
||
MAINTAINER= [email protected] | ||
|
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.8 2024/05/01 08:16:52 pho Exp $ | ||
$NetBSD: distinfo,v 1.9 2025/01/31 02:24:02 pho Exp $ | ||
|
||
BLAKE2s (megaparsec-9.6.1.tar.gz) = d57121db124d2f8a7f1f1b181ac4dee848f964f70f3caf54c351fd0bf6adf0dc | ||
SHA512 (megaparsec-9.6.1.tar.gz) = f8eeab5aaa5d13ae2e92d195c7ee390ce148f6e904000e12dd5d983b5078d8e66686e94fe38f1d12227324ee3b543e77dff679c30e64b218c31f0084f0b1dbda | ||
Size (megaparsec-9.6.1.tar.gz) = 64913 bytes | ||
BLAKE2s (megaparsec-9.7.0.tar.gz) = 4d61870007c9853db2025bb2b9e5534a69b0964c4f3d80694a5547639c23af7e | ||
SHA512 (megaparsec-9.7.0.tar.gz) = 20fd0b670c0dc4cfa249a34c63e876794dbe25e6e7b688a14a966092658d8ed716d8f2b10763c86679fbc3fbff9cd2592f16cf753bc826be043351058a781abc | ||
Size (megaparsec-9.7.0.tar.gz) = 67078 bytes |