haskell-template icon indicating copy to clipboard operation
haskell-template copied to clipboard

Document Nix basics as it pertains to Haskell development

Open srid opened this issue 3 years ago • 0 comments

We want to provide a list of "recipes" (based on https://github.com/srid/haskell-flake ) like,

  • How to add a dependency (add to .cabal file, and relaunch the nix shell)
    • How to override them in Nix (eg: to work with a fork)
  • How to override cabal flags for an existing dependency

TBD on top of #39

srid avatar Aug 19 '22 23:08 srid