From 3401f328affae865b3360c19fcbc7445da57d32c Mon Sep 17 00:00:00 2001 From: Antoine Latter <aslatter@gmail.com> Date: Thu, 12 May 2016 21:33:45 -0500 Subject: [PATCH] Add bug-35 to 'tests' extra-modules. --- parsec.cabal | 1 + 1 file changed, 1 insertion(+) diff --git a/parsec.cabal b/parsec.cabal index 7777dea..79518f3 100644 --- a/parsec.cabal +++ b/parsec.cabal @@ -75,6 +75,7 @@ Test-Suite tests Bugs.Bug2, Bugs.Bug6, Bugs.Bug9, + Bugs.Bug35, Util build-depends: base, -- GitLab