Haskell

From NixOS Wiki
Revision as of 21:39, 10 January 2020 by imported>Srid (Formatting)

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 (see example). Issue is discussed here.