[commit: ghc] master: Add missing file (03f78f0)
Ian Lynagh
igloo at earth.li
Wed Jun 13 17:17:11 CEST 2012
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/03f78f0686f048e75d671f2797c8684b71655c49
>---------------------------------------------------------------
commit 03f78f0686f048e75d671f2797c8684b71655c49
Author: Ian Lynagh <igloo at earth.li>
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}
+
More information about the Cvs-ghc
mailing list