srid/haskell-template

Document Nix basics as it pertains to Haskell development

srid opened this issue · 2 comments

srid commented

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
  • How to specify GHC version; #60 (comment)

TBD on top of #39