diff options
Diffstat (limited to 'ghc/lib/std/PrelDynamic.lhs')
-rw-r--r-- | ghc/lib/std/PrelDynamic.lhs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ghc/lib/std/PrelDynamic.lhs b/ghc/lib/std/PrelDynamic.lhs index b90fafe36c..02e9104be2 100644 --- a/ghc/lib/std/PrelDynamic.lhs +++ b/ghc/lib/std/PrelDynamic.lhs @@ -1,5 +1,7 @@ +% ----------------------------------------------------------------------------- +% $Id: PrelDynamic.lhs,v 1.5 2000/06/30 13:39:35 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 |