From 0bb9273030378db9086145fac85a4d1ed223ba44 Mon Sep 17 00:00:00 2001
From: Ian Lynagh <igloo@earth.li>
Date: Fri, 18 Jul 2008 17:46:57 +0000
Subject: [PATCH] Explicitly list HpcParser as a module in hpc-bin Cabal
 doesn't preprocess the .y file otherwise.

---
 hpc-bin.cabal | 1 +
 1 file changed, 1 insertion(+)

diff --git a/hpc-bin.cabal b/hpc-bin.cabal
index f980e4d..8564fa4 100644
--- a/hpc-bin.cabal
+++ b/hpc-bin.cabal
@@ -18,6 +18,7 @@ Flag base3
 
 Executable hpc
     Main-Is: Hpc.hs
+    Other-Modules: HpcParser
     if flag(base3)
         Build-Depends: base       >= 3   && < 4,
                        directory  >= 1   && < 1.1,
-- 
GitLab