diff options
author | David Waern <david.waern@gmail.com> | 2008-06-19 18:40:13 +0000 |
---|---|---|
committer | David Waern <david.waern@gmail.com> | 2008-06-19 18:40:13 +0000 |
commit | 488a237dd9f29efea9fbf1187c74a7eea1cdc1fc (patch) | |
tree | 3272a22f8cb66e58be1638b674a456ec11649b19 /src/Main.hs | |
parent | 9e70736bf57ff648feb892ee65500b29a0ad4381 (diff) |
Be more consistent with GHC API naming in H.GHC.Utils
Diffstat (limited to 'src/Main.hs')
-rw-r--r-- | src/Main.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Main.hs b/src/Main.hs index 958eda13..f19ae659 100644 --- a/src/Main.hs +++ b/src/Main.hs @@ -204,8 +204,8 @@ render flags interfaces installedIfaces = do ++ installedIfaces packageMod = ifaceMod (head visibleIfaces) - packageStr = Just (modulePkgStr packageMod) - (pkgName,pkgVer) = modulePkgInfo packageMod + packageStr = Just (modulePackageString packageMod) + (pkgName,pkgVer) = modulePackageInfo packageMod when (Flag_GenIndex `elem` flags) $ do |