sir4ur0n / haskell.nix

Alternative Haskell Infrastructure for Nixpkgs

Home Page:https://input-output-hk.github.io/haskell.nix

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

haskell.nix is infrastructure for building Haskell packages with Nix

haskell.nix can automatically translate your Cabal or Stack project and its dependencies into Nix code.

Documentation

Related repos

The haskell.nix repository contains the runtime system for building Haskell packages in Nix. It depends on other repos, which are:

  • nix-tools — provides the programs for generating Nix expressions from Haskell projects.

  • hackage.nix — the latest contents of the Hackage databases, converted to Nix expressions.

  • stackage.nix — all of the Stackage snapshots, converted to Nix expressions.

IRC Channel

Join the #haskell.nix channel on irc.freenode.net to get help or discuss the development of haskell.nix and nix-tools.

About

Alternative Haskell Infrastructure for Nixpkgs

https://input-output-hk.github.io/haskell.nix

License:Apache License 2.0


Languages

Language:Nix 97.4%Language:Haskell 1.6%Language:Shell 1.0%