From 5fd85490eb6b617bf61787e89a7ebaa3b78b06c8 Mon Sep 17 00:00:00 2001 From: Thomas Schilling Date: Wed, 11 Mar 2009 22:49:23 +0000 Subject: [PATCH] Comments only. Minor corrections to work with outline-minor-mode. --- src/Scion/Session.hs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/Scion/Session.hs b/src/Scion/Session.hs index 9710b54..099832c 100644 --- a/src/Scion/Session.hs +++ b/src/Scion/Session.hs @@ -12,7 +12,7 @@ -- Utilities to manipulate the session state. -- module Scion.Session where --- * Imports +-- Imports import Prelude hiding ( mod ) import GHC hiding ( flags, load ) import HscTypes ( srcErrorMessages, SourceError, isBootSummary ) @@ -653,6 +653,5 @@ removeMessagesForFile fname0 res = do , compilationErrors = errors' } -- Local Variables: --- outline-regexp: "-- *+" --- End: -- indent-tabs-mode: nil +-- End: