aboutsummaryrefslogtreecommitdiff
path: root/src/Haddock/InterfaceFile.hs
diff options
context:
space:
mode:
authorDavid Waern <unknown>2007-07-11 21:35:45 +0000
committerDavid Waern <unknown>2007-07-11 21:35:45 +0000
commitd086d2a733fa0256f65038be8f2f6d10f5d1fcde (patch)
treeb18ca8dbfd371a02d37cea19072264f5720fb9b9 /src/Haddock/InterfaceFile.hs
parentb30f5ecfdae9dea8048c19051732b71f7633f9c9 (diff)
Fix conflicts
Diffstat (limited to 'src/Haddock/InterfaceFile.hs')
-rw-r--r--src/Haddock/InterfaceFile.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Haddock/InterfaceFile.hs b/src/Haddock/InterfaceFile.hs
index 54dc3618..9b8e0b3e 100644
--- a/src/Haddock/InterfaceFile.hs
+++ b/src/Haddock/InterfaceFile.hs
@@ -183,7 +183,7 @@ fromOnDiskName arr nc (pid, mod_name, occ) =
let
us = nsUniqs nc
uniq = uniqFromSupply us
- name = mkExternalName uniq mod occ noSrcLoc
+ name = mkExternalName uniq mod occ noSrcSpan
new_cache = extendNameCache cache mod occ name
in
case splitUniqSupply us of { (us',_) ->