mainland / language-c-quote

Other
58 stars 30 forks source link

support GHC 9.10 #95

Closed ulysses4ever closed 4 months ago

athas commented 4 months ago

I have bumped the bound and issued a revision on Hackage.

ulysses4ever commented 4 months ago

Thank you!

ulysses4ever commented 4 months ago

I'm sorry but bytestring bound suffers the same issue.

athas commented 4 months ago

How so? Doesn't GHC 9.10 come with bytestring-0.12.1.0? The language-c-quote bound is <0.13.

ulysses4ever commented 4 months ago

Sorry, it's filepath<1.5 that hits me. (One day I will learn how to read cabal solver messages...)

ulysses4ever commented 4 months ago

Hey @athas! Sorry that I didn't check it exhaustively beforehand. For language-quote-c to be built with GHC 9.10 under Haskell-CI (or, more generally, with constraints: * installed), we need a version bump for filepath. Would it be possible to do so?

ulysses4ever commented 4 months ago

It looks like 0.13.0.2 was uploaded recently, and it solves my issue by bumping the filepath bound. Thanks all!