From ff8dbe111d0c8dcd4d56720202956f381a542283 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Mon, 20 Sep 2021 20:01:24 +0200 Subject: [PATCH] Fix spelling --- docs/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 045a0a5..bc4937f 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -8,7 +8,7 @@ * Add `ghcup unset` command wrt [#145](https://gitlab.haskell.org/haskell/ghcup-hs/-/issues/145) * Add `ghcup whereis bindir` etc wrt [#221](https://gitlab.haskell.org/haskell/ghcup-hs/-/issues/221) * Greatly reduce dependency footprint wrt [#212](https://gitlab.haskell.org/haskell/ghcup-hs/-/issues/212) -* Add `ghcup --cabal-plan` +* Add `ghcup --plan-json` * Improve `--patchdir` option for GHC compilation wrt [#226](https://gitlab.haskell.org/haskell/ghcup-hs/-/merge_requests/226) * Try to improve logging and failure modes, especially during downloads * Add descriptive warnings when HLS and GHC versions are incompatible