From 82d95cba6478b6dc1752caa25d07bafba98ccbd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Amy=20de=20Buitl=C3=A9ir?= Date: Mon, 15 Sep 2025 18:50:34 +0100 Subject: [PATCH] initial commit --- source/recipes/build/haskell-pkg/main.adoc | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 source/recipes/build/haskell-pkg/main.adoc diff --git a/source/recipes/build/haskell-pkg/main.adoc b/source/recipes/build/haskell-pkg/main.adoc new file mode 100644 index 0000000..a11603a --- /dev/null +++ b/source/recipes/build/haskell-pkg/main.adoc @@ -0,0 +1,5 @@ += Access a Haskell library package in the nixpkgs repo + +If you use `haskell-flake` (see <<#haskell-flake>>) +nothing special needs to be added to `flake.nix`. +Simply list your Haskell package dependencies to your cabal file as you normally would.