trying to fix CI

This commit is contained in:
Kazu Yamamoto 2014-07-15 15:13:06 +09:00
parent c87ea45488
commit 25730e2a6c
1 changed files with 1 additions and 1 deletions

View File

@ -456,6 +456,6 @@ getClass [L loc (InstDecl (L _ (HsAppTy (L _ (HsTyVar className)) _)) _ _ _)] =
getClass _ = Nothing
#if __GLASGOW_HASKELL__ < 706
occName :: G.RdrName -> OccName
occName :: RdrName -> OccName
occName = rdrNameOcc
#endif