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.