Skip to content

Commit

Permalink
Update gh-pages for 5f80ca9
Browse files Browse the repository at this point in the history
  • Loading branch information
IOHK committed Oct 28, 2020
1 parent f08554c commit 31b0371
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions changelog/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,9 @@
<a class="current" href="./">ChangeLog</a>
<ul class="subnav">

<li class="toctree-l2"><a href="#oct-28-2020">Oct 28, 2020</a></li>


<li class="toctree-l2"><a href="#sep-8-2020">Sep 8, 2020</a></li>


Expand Down Expand Up @@ -290,6 +293,11 @@

<p>This file contains a summary of changes to Haskell.nix and <code>nix-tools</code>
that will impact users.</p>
<h2 id="oct-28-2020">Oct 28, 2020<a class="headerlink" href="#oct-28-2020" title="Permanent link">&para;</a></h2>
<ul>
<li>Passing <code>compiler-nix-name</code> to project functions for <code>stack.yaml</code>
based projects now overrides the compiler used (was ignored before).</li>
</ul>
<h2 id="sep-8-2020">Sep 8, 2020<a class="headerlink" href="#sep-8-2020" title="Permanent link">&para;</a></h2>
<ul>
<li>Added the ability to generate coverage reports for packages and
Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions tutorials/getting-started/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -288,8 +288,8 @@ <h2 id="scaffolding">Scaffolding<a class="headerlink" href="#scaffolding" title=
name = &quot;haskell-nix-project&quot;;
src = ./.;
};
# For `cabal.project` based projects specify the GHC version to use.
compiler-nix-name = &quot;ghc884&quot;; # Not used for `stack.yaml` based projects.
# Specify the GHC version to use.
compiler-nix-name = &quot;ghc8102&quot;; # Not required for `stack.yaml` based projects.
}
</code></pre>

Expand Down

0 comments on commit 31b0371

Please sign in to comment.