aboutsummaryrefslogtreecommitdiff
path: root/src/Main.hs
diff options
context:
space:
mode:
authorDavid Waern <david.waern@gmail.com>2010-07-21 15:05:47 +0000
committerDavid Waern <david.waern@gmail.com>2010-07-21 15:05:47 +0000
commitb931fafa28a0390eaf6627e9c656acbbced99b37 (patch)
treed11e3ed91e3b3a2fbc15ba8b7f7a4c0519ad0044 /src/Main.hs
parent91fac8b008732078e3485840ca12f873d0690209 (diff)
Doc sections in Main
Diffstat (limited to 'src/Main.hs')
-rw-r--r--src/Main.hs10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/Main.hs b/src/Main.hs
index f6f899f3..03c003d4 100644
--- a/src/Main.hs
+++ b/src/Main.hs
@@ -61,7 +61,7 @@ import Panic (handleGhcException)
--------------------------------------------------------------------------------
--- Exception handling
+-- * Exception handling
--------------------------------------------------------------------------------
@@ -111,7 +111,7 @@ handleGhcExceptions =
-------------------------------------------------------------------------------
--- Top level
+-- * Top level
-------------------------------------------------------------------------------
@@ -234,7 +234,7 @@ render flags ifaces installedIfaces = do
libDir
-------------------------------------------------------------------------------
--- Reading and dumping interface files
+-- * Reading and dumping interface files
-------------------------------------------------------------------------------
@@ -268,7 +268,7 @@ dumpInterfaceFile path ifaces homeLinks = writeInterfaceFile path ifaceFile
-------------------------------------------------------------------------------
--- Creating a GHC session
+-- * Creating a GHC session
-------------------------------------------------------------------------------
@@ -305,7 +305,7 @@ withGhc libDir flags ghcActs = do
-------------------------------------------------------------------------------
--- Misc
+-- * Misc
-------------------------------------------------------------------------------