updating hpc toolkit
[ghc-hetmet.git] / utils / hpc / HpcShowTix.hs
index b81f88c..0d17668 100644 (file)
@@ -38,7 +38,7 @@ showtix_main flags (prog:modNames) = do
     Nothing -> hpcError showtix_plugin $ "could not read .tix file : "  ++ prog
     Just (Tix tixs) -> do
        tixs_mixs <- sequence
-               [ do mix <- readMixWithFlags hpcflags1 tix
+               [ do mix <- readMixWithFlags hpcflags1 (Right tix)
                     return $ (tix,mix)
                | tix <- tixs
               , allowModule hpcflags1 (tixModuleName tix)