From c3ea5e95aa2498f19f99848c85b9be2b517d9e7f Mon Sep 17 00:00:00 2001 From: Pepe Iborra Date: Sun, 14 Jan 2007 13:08:15 +0000 Subject: [PATCH] Add a header for GhciMonad.hs --- compiler/ghci/GhciMonad.hs | 8 ++++++++ 1 file changed, 8 insertions(+) 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" -- 1.7.10.4