aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
-------------------------------------------------------------------------------