Haskell: Difference between revisions
Phanirithvij (talk | contribs) m fix the broken docs link |
Phanirithvij (talk | contribs) m update cabal docs link for index-state |
||
| Line 60: | Line 60: | ||
Notes: | Notes: | ||
* some packages may need additional libraries/programs, notably <code>zlib</code>, you should be able to add them as additional programs in the nix-shell option | * some packages may need additional libraries/programs, notably <code>zlib</code>, you should be able to add them as additional programs in the nix-shell option | ||
* since Cabal 2.0, cabal has acquired caching similar to nix (but not as powerful) and reproducibility (via the cabal.project file and the index-state option). See [https://cabal.readthedocs.io/en/ | * since Cabal 2.0, cabal has acquired caching similar to nix (but not as powerful) and reproducibility (via the cabal.project file and the index-state option). See [https://cabal.readthedocs.io/en/latest/cabal-project-description-file.html#cfg-field-index-state] for more information. | ||
=== Using Stack (no nix caching) === | === Using Stack (no nix caching) === | ||