* GHC >= 9.0?
@ 2022-10-27 1:31 jgart
2022-10-27 5:43 ` itd
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: jgart @ 2022-10-27 1:31 UTC (permalink / raw)
To: Guix Devel
Hi, what's the status on packaging GHC >= 9.0?
Is anyone working on that?
all best,
jgart
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: GHC >= 9.0?
2022-10-27 1:31 GHC >= 9.0? jgart
@ 2022-10-27 5:43 ` itd
2022-10-27 6:15 ` Lars-Dominik Braun
2022-10-27 17:46 ` Justin Garcia
2 siblings, 0 replies; 4+ messages in thread
From: itd @ 2022-10-27 5:43 UTC (permalink / raw)
To: jgart; +Cc: Guix Devel
[-- Attachment #1: Type: text/plain, Size: 356 bytes --]
Hi,
jgart <jgart@dismail.de> writes:
> Hi, what's the status on packaging GHC >= 9.0?
`ghc-next` has version 9.0.2; https://issues.guix.gnu.org/58000
Attached GHC versions build (/ function) as well, but are not polished.
(I am not actively working on those. I am more interested in
https://issues.guix.gnu.org/54729 at the moment.)
Best regards
itd
[-- Attachment #2: haskell-ghc.scm --]
[-- Type: application/vnd.lotus-screencam, Size: 4497 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: GHC >= 9.0?
2022-10-27 1:31 GHC >= 9.0? jgart
2022-10-27 5:43 ` itd
@ 2022-10-27 6:15 ` Lars-Dominik Braun
2022-10-27 17:46 ` Justin Garcia
2 siblings, 0 replies; 4+ messages in thread
From: Lars-Dominik Braun @ 2022-10-27 6:15 UTC (permalink / raw)
To: jgart; +Cc: Guix Devel
Hi jgart,
> Hi, what's the status on packaging GHC >= 9.0?
> Is anyone working on that?
there is commit 7a9350c208be14484d4fa6d90c0169f40fcf500e on wip-haskell,
which adds GHC 9.0.2. No further work has been done to update the Haskell
ecosystem. Help is welcome though, because it’s very time-consuming.
Lars
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: GHC >= 9.0?
2022-10-27 1:31 GHC >= 9.0? jgart
2022-10-27 5:43 ` itd
2022-10-27 6:15 ` Lars-Dominik Braun
@ 2022-10-27 17:46 ` Justin Garcia
2 siblings, 0 replies; 4+ messages in thread
From: Justin Garcia @ 2022-10-27 17:46 UTC (permalink / raw)
To: jgart; +Cc: Guix Devel
Hi,
I have tentative work for packaging GHC 9.2.4 under this repository:
https://github.com/akashi-moe/akashi
It uses the Hadrian build system (also packaged) as Makefile support is being deprecated in future GHC versions -- the Make-based system is also super inconsistent in my experience.
I was able to build it with Haddocks disabled on my personal x64 machine (they take forever, even after letting them run overnight) but I ran into some oddities with `ghc` needing Linux headers to compile a basic program, but it could just be that I haven't specified the dependencies properly :D
There's also the case of some binaries using relative linking so the `validate-runpath` phase fails.
> The lambdas must flow.
regards, purefunctor
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2022-10-27 18:01 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-27 1:31 GHC >= 9.0? jgart
2022-10-27 5:43 ` itd
2022-10-27 6:15 ` Lars-Dominik Braun
2022-10-27 17:46 ` Justin Garcia
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.