Add a debugErrLn function, which is like debugLn except it prints to stderr
[ghc-prim.git] / cbits /
2009-07-10 Ian LynaghAdd a debugErrLn function, which is like debugLn except...
2009-06-15 Ian LynaghRemove the Integer functions; they're now in integer... 2009-06-25
2009-06-20 Ian LynaghAdd a GHC.Debug module, with debugLn :: [Char] -> IO ()
2008-03-25 Ian LynaghAdd GHC.IntWord32 and GHC.IntWord64 (from base)