From 967d4a81ab40646c7964887502b7122a999d0a01 Mon Sep 17 00:00:00 2001 From: Bryan Richter Date: Mon, 13 Nov 2023 11:30:51 +0200 Subject: [PATCH] Point to the user guide re: cross compiling --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8c754cd..de0d645 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ * `ghcup-A.B.C.yaml`: this is the main metadata and what ghcup uses by default * `ghcup-vanilla-A.B.C.yaml`: this is similar to `ghcup-A.B.C.yaml`, but only uses upstream bindists (no patches/fixes are applied, no missing platforms added) * `ghcup-prereleases-A.B.C.yaml`: this contains pre-releases of all tools -* `ghcup-cross-A.B.C.yaml`: this contains (usually experimental) cross compilers +* `ghcup-cross-A.B.C.yaml`: this contains experimental cross compilers. See https://www.haskell.org/ghcup/guide/#cross-support for details. ### Using the metadata