Skip to content

Commit 5da02a8

Browse files
author
IOHK
committed
Update gh-pages for cbf1e91
1 parent ff0d8b0 commit 5da02a8

File tree

8 files changed

+12
-12
lines changed

8 files changed

+12
-12
lines changed

print.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ <h2 id="scaffolding"><a class="header" href="#scaffolding">Scaffolding</a></h2>
350350
src = ./.;
351351
};
352352
# Specify the GHC version to use.
353-
compiler-nix-name = &quot;ghc924&quot;; # Not required for `stack.yaml` based projects.
353+
compiler-nix-name = &quot;ghc925&quot;; # Not required for `stack.yaml` based projects.
354354
}
355355
</code></pre>
356356
<blockquote>
@@ -481,7 +481,7 @@ <h2 id="scaffolding-1"><a class="header" href="#scaffolding-1">Scaffolding</a></
481481
helloProject =
482482
final.haskell-nix.project' {
483483
src = ./.;
484-
compiler-nix-name = &quot;ghc924&quot;;
484+
compiler-nix-name = &quot;ghc925&quot;;
485485
# This is used by `nix develop .` to open a shell for use with
486486
# `cabal`, `hlint` and `haskell-language-server`
487487
shell.tools = {

searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

searchindex.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

tutorials/development/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ in pkgs.haskell-nix.project {
2626
src = ./.;
2727
};
2828
# Specify the GHC version to use.
29-
compiler-nix-name = "ghc924"; # Not required for `stack.yaml` based projects.
30-
}
29+
compiler-nix-name = "ghc925"; # Not required for `stack.yaml` based projects.
30+
}

tutorials/getting-started-flakes.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ <h2 id="scaffolding"><a class="header" href="#scaffolding">Scaffolding</a></h2>
206206
helloProject =
207207
final.haskell-nix.project' {
208208
src = ./.;
209-
compiler-nix-name = &quot;ghc924&quot;;
209+
compiler-nix-name = &quot;ghc925&quot;;
210210
# This is used by `nix develop .` to open a shell for use with
211211
# `cabal`, `hlint` and `haskell-language-server`
212212
shell.tools = {

tutorials/getting-started-flakes/flake.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
helloProject =
1313
final.haskell-nix.project' {
1414
src = ./.;
15-
compiler-nix-name = "ghc924";
15+
compiler-nix-name = "ghc925";
1616
# This is used by `nix develop .` to open a shell for use with
1717
# `cabal`, `hlint` and `haskell-language-server`
1818
shell.tools = {
@@ -38,4 +38,4 @@
3838
# Built by `nix build .`
3939
packages.default = flake.packages."hello:exe:hello";
4040
});
41-
}
41+
}

tutorials/getting-started.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ <h2 id="scaffolding"><a class="header" href="#scaffolding">Scaffolding</a></h2>
216216
src = ./.;
217217
};
218218
# Specify the GHC version to use.
219-
compiler-nix-name = &quot;ghc924&quot;; # Not required for `stack.yaml` based projects.
219+
compiler-nix-name = &quot;ghc925&quot;; # Not required for `stack.yaml` based projects.
220220
}
221221
</code></pre>
222222
<blockquote>

tutorials/getting-started/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ in pkgs.haskell-nix.project {
2626
src = ./.;
2727
};
2828
# Specify the GHC version to use.
29-
compiler-nix-name = "ghc924"; # Not required for `stack.yaml` based projects.
30-
}
29+
compiler-nix-name = "ghc925"; # Not required for `stack.yaml` based projects.
30+
}

0 commit comments

Comments
 (0)