blob: 8057ef4b77539bd11cbf368a163247bb1a03cfcc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
--
-- Haddock - A Haskell Documentation Tool
--
-- (c) Simon Marlow 2003
--
module Distribution.Haddock (
readInterfaceFile,
nameCacheFromGhc,
freshNameCache,
NameCacheAccessor,
InterfaceFile(..),
LinkEnv,
InstalledInterface(..),
DocName(..),
docNameOcc
) where
import Haddock.InterfaceFile
import Haddock.Types
|