1
1
mirror of https://github.com/nmattia/snack.git synced 2024-09-21 00:29:37 +03:00
Nix-based incremental build tool for Haskell projects
Go to file
2018-05-26 13:25:02 +02:00
bin snack-exe: add --help message 2018-05-25 15:17:19 +01:00
nix allow to pass <nixpkgs> as an argument 2018-05-25 18:14:36 +01:00
script stack-exe: apply shfmt 2018-05-25 15:16:57 +01:00
snack reduce re-computation 2018-05-25 18:12:39 +01:00
tests Add snack run and fixup script 2018-05-24 23:43:27 +02:00
.gitignore Rename project description 2018-05-19 20:08:50 +02:00
default.nix snack-exe: move out of the nix code 2018-05-25 15:14:53 +01:00
README.md Support haskell dependencies 2018-04-08 13:01:14 +02:00

Snack

snack is a Haskell build tool.

Usage

$ $(nix-build)/out

See the test suite for examples.

Example:

$ ./script/test
$ ./tests/packages/result/out
1
2
3
4
5