Closed andreasabel closed 2 years ago
Wow, that's ancient. Thanks for fixing the build plan!
Not sure it's worth the effort to make a release for this tbh. Please reopen if it's actually important to you :)
On Sat, 5 Feb 2022, 8:28 am Andreas Abel, @.***> wrote:
Latest published version (0.9.0.1) fails to build with GHC 7.8:
[32 of 40] Compiling Language.C.Analysis.TravMonad ( src/Language/C/Analysis/TravMonad.hs, dist/build/Language/C/Analysis/TravMonad.o )
src/Language/C/Analysis/TravMonad.hs:432:48:
Not in scope: ‘<$>’ Perhaps you meant ‘<*>’ (imported from Control.Applicative)
Error: cabal: Failed to build language-c-0.9.0.1
Building with GHC 7.10 succeeds.
The missing import is probably easily fixable so GHC 7.8 build can be restored.
In my role as hackage trustee, I revised to base >= 4.8 on hackage to fix the build plan: https://hackage.haskell.org/package/language-c-0.9.0.1/revisions/
— Reply to this email directly, view it on GitHub https://github.com/visq/language-c/issues/86, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAGRJXCRRILHPQGCE2QN5YLUZRVJVANCNFSM5NTEOE3Q . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
You are receiving this because you are subscribed to this thread.Message ID: @.***>
reopen if it's actually important to you :)
No, not atm at least. I was just trying to find out which versions c2hs
build on (depends on language-c
).
Latest published version (0.9.0.1) fails to build with GHC 7.8:
Building with GHC 7.10 succeeds.
The missing import is probably easily fixable so GHC 7.8 build can be restored.
In my role as hackage trustee, I revised to
base >= 4.8
on hackage to fix the build plan: https://hackage.haskell.org/package/language-c-0.9.0.1/revisions/