Path to this page:
Subject: CVS commit: pkgsrc/textproc/hs-megaparsec
From: Masatake Daimon
Date: 2021-04-24 08:15:36
Message id: 20210424061536.43BC9FA95@cvs.NetBSD.org
Log Message:
Update to megaparsec-9.0.1
Megaparsec 9.0.1
* Added Safe Haskell support.
Megaparsec 9.0.0
* Split the Stream type class. The methods showTokens and tokensLength
have been put into a separate type class VisualStream, while
reachOffset and reachOffsetNoLine are now in TraversableStream. This
should make defining Stream instances for custom streams easier.
* Defined Stream instances for lists and Seqs.
* Added the functions hspace and hspace1 to the Text.Megaparsec.Char
and Text.Megaparsec.Byte modules.
Files: