blob: 2d0f3dc7417b3bf1e9646f10667944deaf1b3e0a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--
-- Haddock - A Haskell Documentation Tool
--
-- (c) Simon Marlow 2003
--
module Distribution.Haddock (
readInterfaceFile,
) where
import Haddock.InterfaceFile
|