Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Be consistent with placement of Safe Haskell mode at top of file | David Terei | 2014-11-21 | 1 | -1/+2 |
* | Add missing `{-# LANGUAGE #-}` pragmas | Herbert Valerio Riedel | 2013-10-27 | 1 | -1/+1 |
* | Merge GHC.Unit into GHC.Tuple, and GHC.Ordering into GHC.Types | Ian Lynagh | 2011-08-26 | 1 | -1/+1 |
* | Formatting fixes | David Terei | 2011-08-08 | 1 | -1/+1 |
* | Use Safe Haskell when GHC >= 7.2 | David Terei | 2011-08-08 | 1 | -0/+1 |
* | Add a debugErrLn function, which is like debugLn except it prints to stderr | Ian Lynagh | 2009-07-10 | 1 | -14/+29 |
* | Remove unused imports | Ian Lynagh | 2009-07-07 | 1 | -1/+1 |
* | Add a GHC.Debug module, with debugLn :: [Char] -> IO () | Ian Lynagh | 2009-06-20 | 1 | -0/+31 |