Add a header for GhciMonad.hs
authorPepe Iborra <mnislaih@gmail.com>
Sun, 14 Jan 2007 13:08:15 +0000 (13:08 +0000)
committerPepe Iborra <mnislaih@gmail.com>
Sun, 14 Jan 2007 13:08:15 +0000 (13:08 +0000)
compiler/ghci/GhciMonad.hs

index df5b119..63c2af7 100644 (file)
@@ -1,3 +1,11 @@
+-----------------------------------------------------------------------------
+--
+-- Monadery code used in InteractiveUI
+--
+-- (c) The GHC Team 2005-2006
+--
+-----------------------------------------------------------------------------
+
 module GhciMonad where
 
 #include "HsVersions.h"