From 700a1f44c59feca475a8ef7a0d93a7d9d69a7ad3 Mon Sep 17 00:00:00 2001 From: mrkkrp Date: Sun, 24 Jan 2016 23:07:42 +0600 Subject: [PATCH] =?UTF-8?q?Add=20=E2=80=98hspec-megaparsec=E2=80=99=20pack?= =?UTF-8?q?age?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Inspired by ‘hspec-attoparsec’, these utilities should reduce boilerplate for those who need to test Megaparsec parsers with Hspec. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 083454f6..1e166be4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1639,6 +1639,7 @@ packages: - htaglib - slug - path-io + - hspec-megaparsec "Thomas Bereknyei ": - multiplate