fpco / ide-backend

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

Fix build error in ide-backend-common #282

Closed urbanslug closed 9 years ago

urbanslug commented 9 years ago

As explained in this issue https://github.com/fpco/ide-backend/issues/281.

snoyberg commented 9 years ago

This approach will break for the previous version of text. At the very least a lower bound on text would be needed. But a more resilient approach is conditional compilation. I'll push a fix for that now.