FIX BUILD with GHC 6.4.x
[ghc-hetmet.git] / utils / hpc / HpcFlags.hs
index 761163f..b445367 100644 (file)
@@ -217,7 +217,7 @@ thePostFun INV  n = 0
 thePostFun ZERO x = 0
 
 postFuns = [ (show pos,pos) 
-            | pos <- [INV .. ZERO]
+            | pos <- [ID .. ZERO]
           ]