summaryrefslogtreecommitdiff
path: root/utils/hpc/hpc-bin.cabal
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2008-07-18 17:46:57 +0000
committerIan Lynagh <igloo@earth.li>2008-07-18 17:46:57 +0000
commit4267e8dea62ca55a6dd623b09e81a9e70536bcca (patch)
tree87b2c9a00d1ec9c38a2c7da0501459abbd5b90d2 /utils/hpc/hpc-bin.cabal
parent387814833d11f1de4e175d8583c56ab1ebc69021 (diff)
downloadhaskell-4267e8dea62ca55a6dd623b09e81a9e70536bcca.tar.gz
Explicitly list HpcParser as a module in hpc-bin
Cabal doesn't preprocess the .y file otherwise.
Diffstat (limited to 'utils/hpc/hpc-bin.cabal')
-rw-r--r--utils/hpc/hpc-bin.cabal1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/hpc/hpc-bin.cabal b/utils/hpc/hpc-bin.cabal
index f980e4db62..8564fa4360 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,