Files
haskell.nix/docs/index.md

16 lines
418 B
Markdown

# haskell.nix
`haskell.nix` is an alternative Haskell infrastructure for Nix[^1].
## 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
[^1]: See [Nixpkgs current Users' Guide to Haskell Infrastructure](https://haskell4nix.readthedocs.io/) for comparison.