initial commit

This commit is contained in:
Amy de Buitléir 2025-09-15 18:50:34 +01:00
parent 2f15cb0e01
commit 82d95cba64

View file

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