This commit is contained in:
Amy de Buitléir 2025-09-15 18:42:24 +01:00
parent 2a3b47fede
commit 9bc5df6ded
2 changed files with 4 additions and 3 deletions

View file

@ -4925,7 +4925,8 @@ Main.hs:1:1: error: [GHC-87110]
$ nix develop
$ runghc Main.hs # Works in development environemnt
"abcde"
"XYZ"</pre>
"XYZ"
exit</pre>
</div>
</div>
</div>
@ -5635,7 +5636,7 @@ Hello from your flake!</pre>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2025-09-15 18:41:19 IST
Last updated 2025-09-15 18:42:02 IST
</div>
</div>
</body>

View file

@ -45,7 +45,7 @@ $ runghc Main.hs # Fails; dependency not available
$# ../../../../../start-shell nix develop <<EOL
$ runghc Main.hs # Works in development environemnt
$# EOL
exit
$ exit
....
////