nix-book/source/recipes/build/haskell-pkg/main.adoc
Amy de Buitléir 82d95cba64 initial commit
2025-09-15 18:50:34 +01:00

5 lines
246 B
Text

= 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.