From 28e685d2589e4cd6847c21fe45a3b702c15090ea Mon Sep 17 00:00:00 2001 From: Niklas Haas Date: Mon, 10 Mar 2014 21:03:22 +0100 Subject: Include fixity information in the Interface file This resolves fixity information not appearing across package borders. The binary file version has been increased accordingly. --- src/Haddock/Interface/Create.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Haddock/Interface/Create.hs') diff --git a/src/Haddock/Interface/Create.hs b/src/Haddock/Interface/Create.hs index e23e9922..aef2cd8f 100644 --- a/src/Haddock/Interface/Create.hs +++ b/src/Haddock/Interface/Create.hs @@ -141,6 +141,7 @@ createInterface tm flags modMap instIfaceMap = do , ifaceVisibleExports = visibleNames , ifaceDeclMap = declMap , ifaceSubMap = subMap + , ifaceFixMap = fixMap , ifaceModuleAliases = aliases , ifaceInstances = instances , ifaceFamInstances = fam_instances -- cgit v1.2.3