Fix build with GHC 6.10
authorIan Lynagh <igloo@earth.li>
Tue, 4 May 2010 18:03:02 +0000 (18:03 +0000)
committerIan Lynagh <igloo@earth.li>
Tue, 4 May 2010 18:03:02 +0000 (18:03 +0000)
commit63dde2e3cb89839f7375363bde31fabdcddb1462
treedc2a7f217bc0544c4d31f062147e5005f3682eff
parent5b9c4a01ed7539b4f894c491178962ecb7295c4e
Fix build with GHC 6.10
In GHC 6.10, intersectionWith is (a -> b -> a) instead of (a -> b -> c),
so we need to jump through some hoops to get the more general type.
compiler/utils/UniqFM.lhs