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-23 22:27:09 +02:00
nix Add snack ghci 2018-05-12 00:48:10 +02:00
script Add support for extra data files 2018-05-19 20:05:40 +02:00
snack Fix issue with TH 2018-05-23 22:27:09 +02:00
tests Rename project description 2018-05-19 20:08:50 +02:00
.gitignore Rename project description 2018-05-19 20:08:50 +02:00
default.nix Fix issue with TH 2018-05-23 22:27:09 +02: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