summaryrefslogtreecommitdiff
path: root/utils/hpc/hpc-bin.cabal
diff options
context:
space:
mode:
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,