[project @ 2001-05-18 16:54:04 by simonmar]
[ghc-hetmet.git] / ghc / lib / std / PrelDynamic.lhs
index b90fafe..aabb377 100644 (file)
@@ -1,10 +1,12 @@
+% -----------------------------------------------------------------------------
+% $Id: PrelDynamic.lhs,v 1.6 2001/01/11 17:25:57 simonmar Exp $
 %
-% (c) AQUA Project, Glasgow University, 1998
+% (c) The University of Glasgow, 1998-2000
 %
 
 The Dynamic type is used in the Exception type, so we have to have
 Dynamic visible here.  The rest of the operations on Dynamics are
-available in exts/Dynamic.lhs.
+available in lang/Dynamic.lhs.
 
 \begin{code}
 {-# OPTIONS -fno-implicit-prelude #-}