c2hs icon indicating copy to clipboard operation
c2hs copied to clipboard

Loosen bounds on language-c

Open vmchale opened this issue 4 years ago • 1 comments

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 :)

vmchale avatar Dec 20 '20 23:12 vmchale

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

felixonmars avatar Mar 24 '21 16:03 felixonmars