haskell.nix/docs/index.md
Domen Kožar 2852a9521f
Reorganize tutorials (#702)
* fix hackage and stackage to work

* user-guides -> tutorials

* Restructure tutorials

* getting-started: clarify on packages and components

* Update docs/tutorials/development.md

Co-authored-by: Rodney Lorrimar <dev@rodney.id.au>

* getting-started: bail out if cabal.project and stack.yaml are present

* hackage-stackage: delete duplicated content

Co-authored-by: Rodney Lorrimar <dev@rodney.id.au>
2020-06-19 13:37:02 +12:00

458 B

haskell.nix

haskell.nix is an alternative Haskell infrastructure for Nix1.

Features

  • Drop-in support for Cabal projects
  • Drop-in support for Stack projects
  • Build any package of specific version in Stackage or Hackage
  • Overridable configuration
  • Cross compile Haskell packages