fpco / ide-backend

ide-backend drives the GHC API to build, query, and run your code
120 stars 17 forks source link

Fix ambigous type error using ghc 7.10 (fix #272) #273

Closed cocreature closed 9 years ago

cocreature commented 9 years ago

related ticket https://ghc.haskell.org/trac/ghc/ticket/10009 As 7.10 is out there should be some workaround to make it ide-backend work with ghc 7.10 no matter if it's a bug in ghc or not. Adding a proxy everywhere looks ugly, but it's the only thing that came to my mind.

snoyberg commented 9 years ago

Thanks!