aboutsummaryrefslogtreecommitdiff
path: root/src/HaddockTypes.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/HaddockTypes.hs')
-rw-r--r--src/HaddockTypes.hs8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/HaddockTypes.hs b/src/HaddockTypes.hs
index 9c04c6e2..e08b0652 100644
--- a/src/HaddockTypes.hs
+++ b/src/HaddockTypes.hs
@@ -22,14 +22,6 @@ import Outputable
import Data.Map
-data DocOption
- = OptHide -- ^ This module should not appear in the docs
- | OptPrune
- | OptIgnoreExports -- ^ Pretend everything is exported
- | OptNotHome -- ^ Not the best place to get docs for things
- -- exported by this module.
- deriving (Eq, Show)
-
data ExportItem name
= ExportDecl
Name -- ^ The original name