diff options
Diffstat (limited to 'utils')
-rw-r--r-- | utils/ghctags/Main.hs | 2 | ||||
m--------- | utils/haddock | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/utils/ghctags/Main.hs b/utils/ghctags/Main.hs index a67891e16a..23f24f20d1 100644 --- a/utils/ghctags/Main.hs +++ b/utils/ghctags/Main.hs @@ -258,7 +258,7 @@ boundValues mod group = , bind <- bagToList binds , x <- boundThings mod bind ] _other -> error "boundValues" - tys = [ n | ns <- map hsLTyClDeclBinders (tyClGroupConcat (hs_tyclds group)) + tys = [ n | ns <- map (fst . hsLTyClDeclBinders) (tyClGroupConcat (hs_tyclds group)) , n <- map found ns ] fors = concat $ map forBound (hs_fords group) where forBound lford = case unLoc lford of diff --git a/utils/haddock b/utils/haddock -Subproject 08aa509ebac58bfb202ea79c7c41291ec280a1c +Subproject 7fbe75434728c8dfa170d110bfb580bc08477cf |