diff options
author | Ian Lynagh <igloo@earth.li> | 2012-10-14 17:15:48 +0100 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2012-10-14 17:15:48 +0100 |
commit | 0af4562be1a245a2f057cf3f02c8943ca4a94e48 (patch) | |
tree | 3e8b65c7b4746ca085ae3f88ddcac6bbf19f28b7 /utils/hpc | |
parent | 7da655562b684c83128bb74995d32014f15addfb (diff) | |
download | haskell-0af4562be1a245a2f057cf3f02c8943ca4a94e48.tar.gz |
Fix some dependencies
Diffstat (limited to 'utils/hpc')
-rw-r--r-- | utils/hpc/hpc-bin.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/hpc/hpc-bin.cabal b/utils/hpc/hpc-bin.cabal index bce8ea501b..30b96211e9 100644 --- a/utils/hpc/hpc-bin.cabal +++ b/utils/hpc/hpc-bin.cabal @@ -43,6 +43,6 @@ Executable hpc Build-Depends: directory >= 1 && < 1.3, containers >= 0.1 && < 0.6, array >= 0.1 && < 0.5 - Build-Depends: haskell98, hpc + Build-Depends: hpc Extensions: CPP |