Skip to content
Snippets Groups Projects
Commit 0bb92730 authored by Ian Lynagh's avatar Ian Lynagh
Browse files

Explicitly list HpcParser as a module in hpc-bin

Cabal doesn't preprocess the .y file otherwise.
parent 8d62316b
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment