From 4267e8dea62ca55a6dd623b09e81a9e70536bcca Mon Sep 17 00:00:00 2001 From: Ian Lynagh 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. --- utils/hpc/hpc-bin.cabal | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/hpc/hpc-bin.cabal b/utils/hpc/hpc-bin.cabal index f980e4d..8564fa4 100644 --- a/utils/hpc/hpc-bin.cabal +++ b/utils/hpc/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, -- 1.7.10.4