bscarlet / llvm-general

Rich LLVM bindings for Haskell (with transfer of LLVM IR to and from C++, detailed compilation pass control, etc.)
http://hackage.haskell.org/package/llvm-general
132 stars 38 forks source link

GHC 8 Compatibility #176

Closed cocreature closed 8 years ago

cocreature commented 8 years ago

Adds compatibilty with GHC 8

bscarlet commented 8 years ago

Please include descriptions with pull requests.

cocreature commented 8 years ago

While I agree in general, a description called “Adds compatibilty with GHC 8” seems a bit redundant when the PR is called “GHC 8 Compatibility”.

bscarlet commented 8 years ago

Do I understand right that the intended consequence of this change is reflected in the change of the travis GHC-8 build result from "job errored" to "job failed"?

cocreature commented 8 years ago

Yep, we still need the metadata changes and maybe also the flag changes to fix the build.