From: Pepe Iborra Date: Sun, 14 Jan 2007 13:08:15 +0000 (+0000) Subject: Add a header for GhciMonad.hs X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=c3ea5e95aa2498f19f99848c85b9be2b517d9e7f Add a header for GhciMonad.hs --- diff --git a/compiler/ghci/GhciMonad.hs b/compiler/ghci/GhciMonad.hs index df5b119..63c2af7 100644 --- a/compiler/ghci/GhciMonad.hs +++ b/compiler/ghci/GhciMonad.hs @@ -1,3 +1,11 @@ +----------------------------------------------------------------------------- +-- +-- Monadery code used in InteractiveUI +-- +-- (c) The GHC Team 2005-2006 +-- +----------------------------------------------------------------------------- + module GhciMonad where #include "HsVersions.h"