diff --git a/index.html b/index.html index 4379a2b..9ff663f 100644 --- a/index.html +++ b/index.html @@ -4926,7 +4926,7 @@ $ nix develop $ runghc Main.hs # Works in development environemnt "abcde" "XYZ" -exit +$ exit @@ -5636,7 +5636,7 @@ Hello from your flake! diff --git a/source/recipes/devshell/haskell-pkg/main.adoc0 b/source/recipes/devshell/haskell-pkg/main.adoc0 index 863ccfe..39a313b 100644 --- a/source/recipes/devshell/haskell-pkg/main.adoc0 +++ b/source/recipes/devshell/haskell-pkg/main.adoc0 @@ -45,10 +45,10 @@ $ runghc Main.hs # Fails; dependency not available $# ../../../../../start-shell nix develop <