haskell / c2hs

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

Loosen bounds on language-c #267

Open vmchale opened 3 years ago

vmchale commented 3 years ago

c2hs requires language-c >=0.7.1 && <0.9 now, but it could be relaxed to >=0.7.1 && <0.10

This would allow it to build with GHC 9.0, for one!

Thanks :)

felixonmars commented 3 years ago

There is one failing test: https://github.com/haskell/c2hs/pull/261