Wall: kill ghc warning
authorBernhard Urban <lewurm@gmail.com>
Mon, 30 Apr 2012 12:54:57 +0000 (14:54 +0200)
committerBernhard Urban <lewurm@gmail.com>
Mon, 30 Apr 2012 12:58:16 +0000 (14:58 +0200)
Mate/BasicBlocks.hs

index bde2697d67634e4a896813633097dde1a276eb7d..170d33c8328d679868da76e9893ba11a7537be87 100644 (file)
@@ -76,7 +76,7 @@ parseMethod :: Class Resolved -> B.ByteString -> IO (Maybe MapBB)
 parseMethod cls method = do
                      putStr "BB: analysing: "
                      let msig = methodSignature $ (classMethods cls) !! 1
-                     B.putStrLn (method `B.append` ": " `B.append` (encode msig))
+                     putStrLn $ toString (method `B.append` ": " `B.append` (encode msig))
                      return $ testCFG $ lookupMethod method cls