diff options
author | David Waern <david.waern@gmail.com> | 2009-03-27 21:33:04 +0000 |
---|---|---|
committer | David Waern <david.waern@gmail.com> | 2009-03-27 21:33:04 +0000 |
commit | 86bb3fc4d33202369cf87a96db9b99674aaa4535 (patch) | |
tree | 44088beb79162a0de5f0e4e3ccddd4f666195257 /src/Haddock/Interface.hs | |
parent | a46e711c848adf52fb07b62d2fa110d769dfed80 (diff) |
Remove H.DocName and put DocName in H.Types
Diffstat (limited to 'src/Haddock/Interface.hs')
-rw-r--r-- | src/Haddock/Interface.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Haddock/Interface.hs b/src/Haddock/Interface.hs index b3b2395b..529cd565 100644 --- a/src/Haddock/Interface.hs +++ b/src/Haddock/Interface.hs @@ -14,7 +14,6 @@ module Haddock.Interface ( ) where -import Haddock.DocName import Haddock.Interface.Create import Haddock.Interface.AttachInstances import Haddock.Interface.Rename |