diff options
author | David Waern <david.waern@gmail.com> | 2010-05-13 19:39:00 +0000 |
---|---|---|
committer | David Waern <david.waern@gmail.com> | 2010-05-13 19:39:00 +0000 |
commit | e2973c8216a1bf96afb9247364b891e28399241d (patch) | |
tree | ff472fba97b1886c25c99d10e7a78cd18f566e74 /src/Haddock/Interface/LexParseRn.hs | |
parent | 4b444e1373d050fcf66fe9258535cc4e2c2583e2 (diff) |
Position the module header the same way everywhere
Silly, but nice with some consistency :-)
Diffstat (limited to 'src/Haddock/Interface/LexParseRn.hs')
-rw-r--r-- | src/Haddock/Interface/LexParseRn.hs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Haddock/Interface/LexParseRn.hs b/src/Haddock/Interface/LexParseRn.hs index 5b1dd8b5..a92c9c46 100644 --- a/src/Haddock/Interface/LexParseRn.hs +++ b/src/Haddock/Interface/LexParseRn.hs @@ -1,4 +1,3 @@ - ----------------------------------------------------------------------------- -- | -- Module : Haddock.Interface.LexParseRn @@ -9,7 +8,6 @@ -- Stability : experimental -- Portability : portable ----------------------------------------------------------------------------- - module Haddock.Interface.LexParseRn ( HaddockCommentType(..), lexParseRnHaddockComment, |