haskell / c2hs

c2hs is a pre-processor for Haskell FFI bindings to C libraries
http://hackage.haskell.org/package/c2hs
Other
198 stars 50 forks source link

Allow language-c 0.5 #160

Closed felixonmars closed 8 years ago

felixonmars commented 8 years ago

Builds and works fine here.

ian-ross commented 8 years ago

@RyanGlScott @deech Do you want this constraint to be >= 0.5 && < 0.6 to guarantee picking up the new language-c? I can make a new 0.28.1 version of C2HS with the new constraint.

felixonmars commented 8 years ago

Ping? Would like to know if I should make the change.

deech commented 8 years ago

Yes, please go ahead. It's been a busy weekend and I couldn't get to testing on Friday.

deech commented 8 years ago

I see your commit uses the constraints language-c >= 0.4.7 && < 0.6. Is there any reason not to do language-c >= 0.5 && < 0.6?

felixonmars commented 8 years ago

Updated :)

deech commented 8 years ago

Confirming that C2HS correctly preprocesses files on Windows with this fix.