mirror of
https://github.com/simplex-chat/haskell.nix.git
synced 2026-06-03 09:17:32 +00:00
16 lines
418 B
Markdown
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.
|
|
|
|
|