From: Ian Lynagh Date: Fri, 18 Jul 2008 17:46:57 +0000 (+0000) Subject: Explicitly list HpcParser as a module in hpc-bin X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=4267e8dea62ca55a6dd623b09e81a9e70536bcca Explicitly list HpcParser as a module in hpc-bin Cabal doesn't preprocess the .y file otherwise. --- 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,