diff options
author | David Waern <david.waern@gmail.com> | 2010-07-21 15:05:47 +0000 |
---|---|---|
committer | David Waern <david.waern@gmail.com> | 2010-07-21 15:05:47 +0000 |
commit | b931fafa28a0390eaf6627e9c656acbbced99b37 (patch) | |
tree | d11e3ed91e3b3a2fbc15ba8b7f7a4c0519ad0044 /src | |
parent | 91fac8b008732078e3485840ca12f873d0690209 (diff) |
Doc sections in Main
Diffstat (limited to 'src')
-rw-r--r-- | src/Main.hs | 10 |
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 ------------------------------------------------------------------------------- |