diff options
author | Ian Lynagh <igloo@earth.li> | 2010-12-16 19:06:05 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2010-12-16 19:06:05 +0000 |
commit | 8f8b434cfe55d949b54ad97eac5231198fa8df7a (patch) | |
tree | ce082b479af9d728eeb6e5d742db4952686c1264 /utils/hpc/HpcUtils.hs | |
parent | 4c415f933a099cc968d4928ddd646dabed83934e (diff) | |
download | haskell-8f8b434cfe55d949b54ad97eac5231198fa8df7a.tar.gz |
Remove redundant HpcMap and HpcSet wrappers around Data.{Map,Set}
Diffstat (limited to 'utils/hpc/HpcUtils.hs')
-rw-r--r-- | utils/hpc/HpcUtils.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/hpc/HpcUtils.hs b/utils/hpc/HpcUtils.hs index 0f56629782..397a041965 100644 --- a/utils/hpc/HpcUtils.hs +++ b/utils/hpc/HpcUtils.hs @@ -1,7 +1,7 @@ module HpcUtils where import Trace.Hpc.Util -import qualified HpcMap as Map +import qualified Data.Map as Map -- turns \n into ' ' -- | grab's the text behind a HpcPos; |