GNU bug report logs -
#53964
[PATCH 0/4] Build nhc98 and ghc@4 with regular dependencies
Previous Next
Reported by: Ludovic Courtès <ludo <at> gnu.org>
Date: Sat, 12 Feb 2022 21:44:02 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #20 received at 53964 <at> debbugs.gnu.org (full text, mbox):
Hi Ludo,
> This series tweaks the recently-added nhc98 and ghc <at> 4 so they
> only depend on “regular” packages rather than intermediate
> packages from commencement.scm.
Wow, excellent!
The patches look good to me. I built ghc <at> 4, fired up STGHugs, and
successfully loaded a module.
--8<---------------cut here---------------start------------->8---
cd $(guix build ghc <at> 4)/lib/
export STGHUGSDIR=$PWD
$ ./hugs
__ __ __ __ ____ ___ _________________________________________
|| || || || || || ||__ STGHugs: Based on the Haskell 98 standard
||___|| ||__|| ||__|| __|| Copyright (c) 1994-2000
||---|| ___|| World Wide Web: http://haskell.org/hugs
|| || Report bugs to: hugs-bugs <at> haskell.org
|| || Version: STGHugs-000425 _________________________________________
Haskell 98 mode: Restart with command line option -98 to enable extensions
Standalone mode: Restart with command line +c for combined mode
Reading source file "./Prelude.hs"
Reading source file "./PrelPrim.hs"
Hugs session for:
PrelPrim
Prelude
Type :? for help
Prelude> :load System
Reading source file "./System.lhs"
Hugs session for:
PrelPrim
Prelude
System
System>
--8<---------------cut here---------------end--------------->8---
Looks very good to me, thank you!
--
Ricardo
This bug report was last modified 3 years and 155 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.