fpco / inline-c

284 stars 49 forks source link

Now compiles with stackage nightly 2016-06-15 (ghc-8.0.1) #46

Closed ocramz closed 8 years ago

ocramz commented 8 years ago

Updated a call to VarI (recent changes in Template Haskell)

ocramz commented 8 years ago

Travis build failure is due to cairo in the gsl-ode example

bitonic commented 8 years ago

Thanks! However:

  1. We should not drop support for previous compilers, please use CPP to decide what to do in that function based on the GHC version
  2. If cairo is not in the nightly, we should disable that example in Travis for the nightly for now.
ocramz commented 8 years ago

Still learning to develop Haskell in-the-large, thanks for the pointers!

ocramz commented 8 years ago

All green now : )

bitonic commented 8 years ago

Thanks a lot!

ocramz commented 8 years ago

@bitonic My pleasure; could you upload it to hackage? I'd like to use it as soon as possible : ) Thanks

bitonic commented 8 years ago

@ocramz I've uploaded a new version.

ocramz commented 8 years ago

Thanks! I've sent a PR for the build-constraints, hopefully it will make it into tomorrow's nightly ^_^