A fork of haskell.nix with a more efficient GHCJS 8.10 compiler
Go to file
Moritz Angermann 1b06d45fa2 License Apache 2.0
This is Nathan - nathan.kaiser@iohk.io (just in case). The Apache 2.0 license is our standard license, materially practically identical to the MIT license, but a bit more refined. Upstreaming works with no problem. Again, this is practically the MIT license.
2019-04-29 11:08:31 +08:00
.buildkite Buildkite: Final fixes for hackage.nix/stackage.nix updates 2019-04-04 12:43:48 +10:00
builder --via-asm only on windows 2019-03-15 10:38:12 +08:00
docs Rename pkg-def-overlays to pkg-def-extras (#79) 2019-03-15 11:10:57 +08:00
lib Support library-less cabal files. 2019-03-15 10:39:01 +08:00
modules reinstallable lib:ghc and option inheritance (#88) 2019-03-18 21:20:33 +08:00
nix-tools Fix flags 2019-04-02 21:18:02 +08:00
nixpkgs Pin nixpkgs to latest nixos-19.03 2019-04-02 12:30:23 +10:00
patches fix typo 2019-04-09 11:34:48 +08:00
scripts Buildkite: Final fixes for hackage.nix/stackage.nix updates 2019-04-04 12:43:48 +10:00
test Fix eval of hydra jobset 2019-04-02 13:08:25 +10:00
.gitattributes Add .gitattributes for auto-generated files 2019-04-02 12:43:37 +10:00
.gitignore adds gitignore 2018-10-25 16:26:41 +08:00
.travis.yml tests: add shell script which runs all tests 2019-01-30 15:38:38 +10:00
COPYING License Apache 2.0 2019-04-29 11:08:31 +08:00
default.nix Put back src for nix-tools 2019-04-02 20:18:38 +10:00
hackage-src.json Update Hackage and Stackage 2019-04-29 01:11:15 +00:00
mkdocs.yml More docs (#64) 2019-02-26 23:54:57 +08:00
package-set.nix Rename pkg-def-overlays to pkg-def-extras (#79) 2019-03-15 11:10:57 +08:00
README.org README.org update IRC channel 2019-04-04 08:55:42 +10:00
release.nix Fix eval of hydra jobset 2019-04-02 13:08:25 +10:00
stackage-src.json Update Hackage and Stackage 2019-04-29 01:11:15 +00:00

Alternative Haskell Infrastructure for Nixpkgs

https://travis-ci.org/input-output-hk/haskell.nix.svg?branch=master https://badge.buildkite.com/d453edcd29bd2f8f3f3b32c9b7d6777a33773d9671c37a6ccc.svg

haskell.nix is an experimental new builder for Haskell packages.

It works by automatically translating your Cabal or Stack project and its dependencies into Nix code. Most of your dependencies are already translated, so you generally won't have too much generated code.

For the documentation, see https://input-output-hk.github.io/haskell.nix/.

Quickstart

This will download and build nix-tools.

nix build -f https://github.com/input-output-hk/haskell.nix/archive/master.tar.gz nix-tools -o nt
./nt/bin/cabal-to-nix --help

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.