diff options
author | Ian Lynagh <igloo@earth.li> | 2008-07-18 17:46:57 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2008-07-18 17:46:57 +0000 |
commit | 4267e8dea62ca55a6dd623b09e81a9e70536bcca (patch) | |
tree | 87b2c9a00d1ec9c38a2c7da0501459abbd5b90d2 /utils/hpc/hpc-bin.cabal | |
parent | 387814833d11f1de4e175d8583c56ab1ebc69021 (diff) | |
download | haskell-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.cabal | 1 |
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, |