diff options
author | Ian Lynagh <igloo@earth.li> | 2012-10-14 15:54:45 +0100 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2012-10-14 15:54:45 +0100 |
commit | bbd913984214d978ee1efe34cce0090669a2dd5e (patch) | |
tree | 83b83efab3c564eec63055090dd831e8d9d4fff1 /utils/hpc/hpc-bin.cabal | |
parent | 0271742138ffc55d992be549c027ae690fde5080 (diff) | |
download | haskell-bbd913984214d978ee1efe34cce0090669a2dd5e.tar.gz |
Use Cabal to build hpc-bin
Diffstat (limited to 'utils/hpc/hpc-bin.cabal')
-rw-r--r-- | utils/hpc/hpc-bin.cabal | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/utils/hpc/hpc-bin.cabal b/utils/hpc/hpc-bin.cabal index 133ea5fb35..bce8ea501b 100644 --- a/utils/hpc/hpc-bin.cabal +++ b/utils/hpc/hpc-bin.cabal @@ -22,6 +22,15 @@ Flag base3 Executable hpc Main-Is: Hpc.hs Other-Modules: HpcParser + HpcCombine + HpcDraft + HpcFlags + HpcLexer + HpcMarkup + HpcOverlay + HpcReport + HpcShowTix + HpcUtils if flag(base4) Build-Depends: base >= 4 && < 5 |