-
Notifications
You must be signed in to change notification settings - Fork 93
Compilation failure while using GHC 9.2.1-rc1 #554
Comments
This |
I can confirm that it builds fine on 9.2.1 with that patch. |
I took this patch and made draft PR 555. Hopefully the maintainer will chime in with what form they'd find appealing. I'm sure the HackageHead module isn't it. |
Looks like Gauge depends on basement, which causes most of benchmark suites fail to compile with GHC 9.2.1; would be great basement got a GHC 9.2.1 release. |
|
Fixes mgsloan#166. * GHC 8.10 is excluded due to mgsloan#165. * `build-tools` are added for compatibility with `cabal test` * Require time >= 1.5. With time-1.4.2, the build fails: Not in scope: type constructor or class ‘Time.TimeLocale’ * GHC 7.8 is excluded because the bound `time >= 1.5` leads to dependency resolution issues here. * GHC 9.2 is excluded due to haskell-foundation/foundation#554.
Fixes #166. * GHC 8.10 is excluded due to #165. * `build-tools` are added for compatibility with `cabal test` * Require time >= 1.5. With time-1.4.2, the build fails: Not in scope: type constructor or class ‘Time.TimeLocale’ * GHC 7.8 is excluded because the bound `time >= 1.5` leads to dependency resolution issues here. * GHC 9.2 is excluded due to haskell-foundation/foundation#554.
How do I make use of this patch? I can't just Edit: Here it is |
|
this issue seems to be fixed in |
Attempt to compile basement with ghc 9.2.1-rc1 on ubuntu 20.04.x on amd64 reveals following issue:
The text was updated successfully, but these errors were encountered: