summaryrefslogtreecommitdiff
path: root/compiler/hsSyn/HsImpExp.lhs
diff options
context:
space:
mode:
authorSimon Marlow <simonmar@microsoft.com>2006-10-11 20:01:10 +0000
committerSimon Marlow <simonmar@microsoft.com>2006-10-11 20:01:10 +0000
commitab22f4e6456820c1b5169d75f5975a94e61f54ce (patch)
tree44eb4222120653313776566754c006e1deeb77a3 /compiler/hsSyn/HsImpExp.lhs
parent6b4592943b799175dec4549882bbf06fa87a0739 (diff)
downloadhaskell-ab22f4e6456820c1b5169d75f5975a94e61f54ce.tar.gz
More import tidying and fixing the stage 2 build
Diffstat (limited to 'compiler/hsSyn/HsImpExp.lhs')
-rw-r--r--compiler/hsSyn/HsImpExp.lhs4
1 files changed, 3 insertions, 1 deletions
diff --git a/compiler/hsSyn/HsImpExp.lhs b/compiler/hsSyn/HsImpExp.lhs
index 767be42d29..bbe84e3aac 100644
--- a/compiler/hsSyn/HsImpExp.lhs
+++ b/compiler/hsSyn/HsImpExp.lhs
@@ -1,7 +1,9 @@
%
+% (c) The University of Glasgow 2006
% (c) The GRASP/AQUA Project, Glasgow University, 1992-1998
%
-\section[HsImpExp]{Abstract syntax: imports, exports, interfaces}
+
+HsImpExp: Abstract syntax: imports, exports, interfaces
\begin{code}
module HsImpExp where