diff options
| author | Simon Hengel <simon.hengel@wiktory.org> | 2010-08-08 10:12:45 +0000 | 
|---|---|---|
| committer | Simon Hengel <simon.hengel@wiktory.org> | 2010-08-08 10:12:45 +0000 | 
| commit | a127473902c8d833f15ad7fd83f29cc786827f14 (patch) | |
| tree | bcbfdb58d951ed3f0ca8ef0a17262da952d539e3 /src/Documentation | |
| parent | 5df4e529147ebec3d11b6c8e318c50383077afe3 (diff) | |
Add createInterfaces' (a more high-level alternative to createInterfaces) to Haddock API
Diffstat (limited to 'src/Documentation')
| -rw-r--r-- | src/Documentation/Haddock.hs | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/src/Documentation/Haddock.hs b/src/Documentation/Haddock.hs index 21400051..f277bf78 100644 --- a/src/Documentation/Haddock.hs +++ b/src/Documentation/Haddock.hs @@ -17,6 +17,7 @@ module Documentation.Haddock (    Interface(..),    InstalledInterface(..),    createInterfaces, +  createInterfaces',    -- * Export items & declarations    ExportItem(..), @@ -39,6 +40,7 @@ module Documentation.Haddock (    Example(..),    DocMarkup(..),    HaddockModInfo(..), +  markup,    -- * Interface files    -- | (.haddock files) @@ -59,3 +61,5 @@ import Haddock.InterfaceFile  import Haddock.Interface  import Haddock.Types  import Haddock.Options +import Haddock.Utils +import Main | 
