From 972faca3bea276f1e9fafc00bf1ccb24a653bc8f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Amy=20de=20Buitl=C3=A9ir?=
Date: Mon, 15 Sep 2025 18:36:03 +0100
Subject: [PATCH] temp
---
index.html | 28 +++++++------------
.../devshell/haskell-flake/tempwork/flake.nix | 21 --------------
source/recipes/devshell/haskell-pkg/flake.nix | 3 +-
.../recipes/devshell/haskell-pkg/main.adoc0 | 4 +--
4 files changed, 13 insertions(+), 43 deletions(-)
delete mode 100644 source/recipes/devshell/haskell-flake/tempwork/flake.nix
diff --git a/index.html b/index.html
index 51b2d17..02b4834 100644
--- a/index.html
+++ b/index.html
@@ -277,7 +277,7 @@ pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
$ runghc Main.hs # Fails; dependency not available
-Main.hs:1:1: error: [GHC-87110]
- Could not find module ‘Text.Pandoc.Filters.Columns’.
- Use :set -v to see a list of the files searched for.
- |
-1 | import Text.Pandoc.Filters.Columns
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+<no location info>: error: [GHC-49196] Can't find Main.hs
+*** Exception: ExitFailure 1
$ nix develop
$ runghc Main.hs # Works in development environemnt
-Main.hs:1:1: error: [GHC-87110]
- Could not find module ‘Text.Pandoc.Filters.Columns’.
- Use :set -v to see a list of the files searched for.
- |
-1 | import Text.Pandoc.Filters.Columns
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+<no location info>: error: [GHC-49196] Can't find Main.hs
+*** Exception: ExitFailure 1
@@ -5644,7 +5636,7 @@ Hello from your flake!