From 8b274214afcd99c49158311c87198387760f341a Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Wed, 19 Aug 2020 19:38:36 +0200 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b4238be..b8cdd75 100644 --- a/README.md +++ b/README.md @@ -119,7 +119,7 @@ There are a couple of good use cases to install custom bindists: 3. DWARF bindists - example: `ghcup -c -n install ghc -u '{"dlHash": "", "dlSubdir": { "RegexDir": "ghc-.*"}, "dlUri": "https://downloads.haskell.org/~ghc/8.10.2/ghc-8.10.2-x86_64-deb10-linux-dwarf.tar.xz" }' 8.10.2-dwarf` -Since the version parser is pretty lax, `ghc-8.10.2-eff` and `head` are both valid versions. +Since the version parser is pretty lax, `8.10.2-eff` and `head` are both valid versions. GHCup always needs to know which version the bindist corresponds to (this is not automatically detected).