pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/lang/ghc98/files



Module Name:    pkgsrc
Committed By:   pho
Date:           Sun May  5 16:16:21 UTC 2024

Modified Files:
        pkgsrc/lang/ghc98/files: BOOTSTRAP.md

Log Message:
lang/ghc98: Update instructions in files/BOOTSTRAP.md


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/lang/ghc98/files/BOOTSTRAP.md

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/ghc98/files/BOOTSTRAP.md
diff -u pkgsrc/lang/ghc98/files/BOOTSTRAP.md:1.1 pkgsrc/lang/ghc98/files/BOOTSTRAP.md:1.2
--- pkgsrc/lang/ghc98/files/BOOTSTRAP.md:1.1    Sun Apr 28 05:58:57 2024
+++ pkgsrc/lang/ghc98/files/BOOTSTRAP.md        Sun May  5 16:16:21 2024
@@ -1,4 +1,4 @@
-<!-- $NetBSD: BOOTSTRAP.md,v 1.1 2024/04/28 05:58:57 pho Exp $ -->
+<!-- $NetBSD: BOOTSTRAP.md,v 1.2 2024/05/05 16:16:21 pho Exp $ -->
 
 # We need GHC to build GHC
 
@@ -62,7 +62,7 @@ skip this step. If not, install `misc/ca
 % cd ${WRKSRC}/hadrian
 % ../../../files/extract-vanilla-package-db ./packages.conf
 (The next command fails with an error but you can safely ignore it.)
-% cabal build --package-db=clear --package-db=./packages.conf --only-configure
+% cabal build --package-db=clear --package-db=./packages.conf --allow-newer
 % cp dist-newstyle/cache/plan.json bootstrap/plan-${BOOT_VERSION}.json
 % cd ./bootstrap
 % cabal build --allow-newer



Home | Main Index | Thread Index | Old Index