Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master
http://hackage.haskell.org/trac/ghc/changeset/03f78f0686f048e75d671f2797c8684b71655c49 >--------------------------------------------------------------- commit 03f78f0686f048e75d671f2797c8684b71655c49 Author: Ian Lynagh <[email protected]> Date: Wed Jun 13 13:47:25 2012 +0100 Add missing file >--------------------------------------------------------------- compiler/utils/Outputable.lhs-boot | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/compiler/utils/Outputable.lhs-boot b/compiler/utils/Outputable.lhs-boot new file mode 100644 index 0000000..e013307 --- /dev/null +++ b/compiler/utils/Outputable.lhs-boot @@ -0,0 +1,7 @@ + +\begin{code} +module Outputable where + +data SDoc +\end{code} + _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
