Haskell: Difference between revisions
imported>Srid Add basic tutorial |
imported>Srid Update link, and add blurb |
||
Line 1: | Line 1: | ||
== Introduction == | == Introduction == | ||
https:// | [https://www.srid.ca/haskell-nix.html Nix recipes for Haskellers] aims to get a beginner comfortable managing simple Haskell programs and projects using Nix. | ||
== Limitations == | == Limitations == |
Revision as of 21:37, 10 January 2020
Introduction
Nix recipes for Haskellers aims to get a beginner comfortable managing simple Haskell programs and projects using Nix.
Limitations
When using cabal2nix, Nix does not pull a cabal package by respecting the constraint specified in the cabal file. As an example: https://github.com/chrissound/Cabal2NixLimitationExample
Issue is discussed here as well: https://stackoverflow.com/questions/57441156/pulling-in-specific-haskell-packages-cabal-dependencies-with-nix