Skip to content
Snippets Groups Projects
Commit 2aaa2042 authored by waern's avatar waern
Browse files

Export DocName in the API

parent a76d028b
No related branches found
No related tags found
5 merge requests!38Make --no-tmp-comp-dir the default,!37Adapt to latest xhtml version, various optimizations,!31Support HsToken in DataDecl and ClassDecl,!12Drop orphan instance when defined upstream.,!10Haddock interfaces produced from `.hi` files
...@@ -9,9 +9,11 @@ module Distribution.Haddock ( ...@@ -9,9 +9,11 @@ module Distribution.Haddock (
readInterfaceFile, readInterfaceFile,
InterfaceFile(..), InterfaceFile(..),
LinkEnv, LinkEnv,
InstalledInterface(..) InstalledInterface(..),
DocName(..)
) where ) where
import Haddock.InterfaceFile import Haddock.InterfaceFile
import Haddock.Types import Haddock.Types
import Haddock.DocName
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment