aboutsummaryrefslogtreecommitdiff
path: root/src/Haddock/Convert.hs
diff options
context:
space:
mode:
authorDavid Waern <david.waern@gmail.com>2010-05-13 19:39:00 +0000
committerDavid Waern <david.waern@gmail.com>2010-05-13 19:39:00 +0000
commite2973c8216a1bf96afb9247364b891e28399241d (patch)
treeff472fba97b1886c25c99d10e7a78cd18f566e74 /src/Haddock/Convert.hs
parent4b444e1373d050fcf66fe9258535cc4e2c2583e2 (diff)
Position the module header the same way everywhere
Silly, but nice with some consistency :-)
Diffstat (limited to 'src/Haddock/Convert.hs')
-rw-r--r--src/Haddock/Convert.hs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Haddock/Convert.hs b/src/Haddock/Convert.hs
index 1b2df768..3e339e82 100644
--- a/src/Haddock/Convert.hs
+++ b/src/Haddock/Convert.hs
@@ -12,10 +12,9 @@
-- Conversion between TyThing and HsDecl. This functionality may be moved into
-- GHC at some point.
-----------------------------------------------------------------------------
-
+module Haddock.Convert where
-- Some other functions turned out to be useful for converting
-- instance heads, which aren't TyThings, so just export everything.
-module Haddock.Convert where
import HsSyn
import TcType ( tcSplitSigmaTy )