some GHC 8.0.1 fixes

This commit is contained in:
Daniel Gröber
2016-05-18 17:58:34 +02:00
parent 66c6379945
commit 22318105ae
3 changed files with 9 additions and 3 deletions

View File

@@ -133,7 +133,7 @@ boundNames decl =
#endif
map ((,) TcClsName) (conNames ctor)
InstanceD _ _ty _ ->
InstanceD {} -> -- _ _ty _
error "notcpp: Instance declarations are not supported yet"
ForeignD _ ->
error "notcpp: Foreign declarations are not supported yet"