This commit is contained in:
epoberezkin
2024-04-14 15:43:09 +00:00
parent be2f25bf3d
commit 4e60513f97
2 changed files with 11 additions and 11 deletions

View File

@@ -930,7 +930,7 @@ DOCKER_BUILDKIT=1 docker build --output ~/.local/bin .
</blockquote>
<h4 id="in-any-os" tabindex="-1">In any OS</h4>
<ol>
<li>Install <a href="https://www.haskell.org/ghcup/">Haskell GHCup</a>, GHC 9.6.3 and cabal 3.10.1.0:</li>
<li>Install <a href="https://www.haskell.org/ghcup/">Haskell GHCup</a>, GHC 9.6.4 and cabal 3.10.1.0:</li>
</ol>
<pre><code class="language-shell">curl --proto '=https' --tlsv1.2 -sSf https://get-ghcup.haskell.org | sh
</code></pre>