From ba2b8ed8e3c5faa65a74fee59b4771dc2ff5d8c9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Amy=20de=20Buitl=C3=A9ir?=
Date: Mon, 15 Sep 2025 18:41:21 +0100
Subject: [PATCH] temp
---
index.html | 17 ++++--
source/recipes/devshell/haskell-pkg/flake.nix | 2 +-
.../devshell/haskell-pkg/tempwork/flake.lock | 60 +++++++++++++++++++
.../devshell/haskell-pkg/tempwork/flake.nix | 2 +-
4 files changed, 73 insertions(+), 8 deletions(-)
create mode 100644 source/recipes/devshell/haskell-pkg/tempwork/flake.lock
diff --git a/index.html b/index.html
index a2661c5..19f0e61 100644
--- a/index.html
+++ b/index.html
@@ -4916,14 +4916,19 @@ and line 16 makes that custom GHC available in the development environment.
$ runghc Main.hs # Fails; dependency not available
-<no location info>: error: [GHC-49196] Can't find Main.hs
-*** Exception: ExitFailure 1
+Main.hs:1:1: error: [GHC-87110]
+ Could not find module ‘Data.List.Extra’.
+ Use :set -v to see a list of the files searched for.
+ |
+1 | import Data.List.Extra
+ | ^^^^^^^^^^^^^^^^^^^^^^
$ nix develop
-error: Path 'source/recipes/devshell/haskell-pkg/tempwork' in the repository "/home/amy/codeberg/nix-book" is not tracked by Git.
+error:
+ … while updating the lock file of flake 'git+file:///home/amy/codeberg/nix-book?dir=source/recipes/devshell/haskell-pkg/tempwork&ref=refs/heads/pages&rev=2d07f3ceeb4703a873292171d9547ec46817e6c0'
- To make it visible to Nix, run:
+ … while updating the flake input 'pandoc-columns'
- git -C "/home/amy/codeberg/nix-book" add "source/recipes/devshell/haskell-pkg/tempwork"
+ error: cannot find flake 'flake:pandoc-columns' in the flake registries
@@ -5633,7 +5638,7 @@ Hello from your flake!