aboutsummaryrefslogtreecommitdiff
path: root/src/HaddockTypes.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/HaddockTypes.hs')
-rw-r--r--src/HaddockTypes.hs5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/HaddockTypes.hs b/src/HaddockTypes.hs
index f005332c..990d2408 100644
--- a/src/HaddockTypes.hs
+++ b/src/HaddockTypes.hs
@@ -25,6 +25,11 @@ data Interface
iface_filename :: FilePath,
-- ^ the filename that contains the source code for this module
+ iface_orig_filename :: FilePath,
+ -- ^ the original filename for this module, which may be
+ -- different to the 'iface_filename' (for example the original
+ -- file may have had a .lhs or .hs.pp extension).
+
iface_module :: Module,
iface_package :: Maybe String,