summaryrefslogtreecommitdiff
path: root/libraries/ghc-prim/GHC/Debug.hs
Commit message (Expand)AuthorAgeFilesLines
* Be consistent with placement of Safe Haskell mode at top of fileDavid Terei2014-11-211-1/+2
* Add missing `{-# LANGUAGE #-}` pragmasHerbert Valerio Riedel2013-10-271-1/+1
* Merge GHC.Unit into GHC.Tuple, and GHC.Ordering into GHC.TypesIan Lynagh2011-08-261-1/+1
* Formatting fixesDavid Terei2011-08-081-1/+1
* Use Safe Haskell when GHC >= 7.2David Terei2011-08-081-0/+1
* Add a debugErrLn function, which is like debugLn except it prints to stderrIan Lynagh2009-07-101-14/+29
* Remove unused importsIan Lynagh2009-07-071-1/+1
* Add a GHC.Debug module, with debugLn :: [Char] -> IO ()Ian Lynagh2009-06-201-0/+31