haskell-template
haskell-template copied to clipboard
Document Nix basics as it pertains to Haskell development
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