From 1d79997fe148d2c7790f728394ab259600ffbb53 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Amy=20de=20Buitl=C3=A9ir?=
Date: Mon, 15 Sep 2025 18:31:23 +0100
Subject: [PATCH] temp
---
index.html | 4 +-
.../recipes/devshell/haskell-flake/flake.nix | 45 ++++++----------
.../recipes/devshell/haskell-flake/main.adoc0 | 53 ++++++++++---------
source/recipes/devshell/haskell-pkg/Main.hs | 6 +--
.../recipes/devshell/haskell-pkg/main.adoc0 | 6 +--
.../devshell/haskell-pkg/tempwork/Main.hs | 6 ---
.../devshell/haskell-pkg/tempwork/flake.lock | 6 +--
7 files changed, 55 insertions(+), 71 deletions(-)
delete mode 100644 source/recipes/devshell/haskell-pkg/tempwork/Main.hs
diff --git a/index.html b/index.html
index c2b6bde..51b2d17 100644
--- a/index.html
+++ b/index.html
@@ -4894,7 +4894,7 @@ Line 12 makes a custom GHC that knows about pandoc-columns,
and line 17 uses the custom GHC as a build input for this flake.
-
Here’s a short Haskell program that uses it.
+
Here’s a short Haskell program that uses the new flake.
Main.hs
@@ -5644,7 +5644,7 @@ Hello from your flake!