Talk: Haskell

From NixOS Wiki
Jump to: navigation, search

"Nix recipes for Haskellers" link is currently broken (4/2/2021).

[2022/10/25] Thanks for working on this page. It is informative and has improved a lot since my last visit around a year ago. Thank you!

In the "developPackage" section, there is a duplicated code block:

   $ nix-build
   $ ./result/bin/yourprogram

I believe the second block should be something like:

   $ nix-shell
   [nix-shell:~]$