diff options
author | andy@galois.com <unknown> | 2007-06-29 18:53:07 +0000 |
---|---|---|
committer | andy@galois.com <unknown> | 2007-06-29 18:53:07 +0000 |
commit | 858a055da9f768dd20268cdddb3a3b7c904e83ef (patch) | |
tree | ee2d11fde1abad3e3e459faa3a087cfef9fdd163 /utils/hpc/HpcReport.hs | |
parent | 283705dacaf9012f7bd189e5b03b79c21a36ee5f (diff) | |
download | haskell-858a055da9f768dd20268cdddb3a3b7c904e83ef.tar.gz |
Fixing hpc tools for 6.2 and 6.4
Diffstat (limited to 'utils/hpc/HpcReport.hs')
-rw-r--r-- | utils/hpc/HpcReport.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/hpc/HpcReport.hs b/utils/hpc/HpcReport.hs index 2c502f4241..8f063f8300 100644 --- a/utils/hpc/HpcReport.hs +++ b/utils/hpc/HpcReport.hs @@ -13,7 +13,7 @@ import HpcFlags import Trace.Hpc.Mix import Trace.Hpc.Tix import Control.Monad hiding (guard) -import qualified Data.Set as Set +import qualified HpcSet as Set notExpecting :: String -> a notExpecting s = error ("not expecting "++s) |