Find a file
2016-10-18 14:47:14 +02:00
benchmarks
data
doc
main
Nix evalExpr: Add support for NLiteralPath 2016-10-18 14:47:14 +02:00
tests separate expr into types and shorthands 2016-01-25 01:00:27 -06:00
.gitignore
default.nix Add Show1 instances for base 4.9 2016-09-21 10:32:17 +01:00
hnix.cabal Mention EvalTests.hs in hnix.cabal 2016-10-17 16:59:52 -07:00
LICENSE
project.nix Bump to 0.3.3 2016-10-03 20:10:35 -07:00
README.md Add criterion dependency for benchmarking 2016-02-07 17:53:22 -06:00
Setup.hs
shell.nix Add Show1 instances for base 4.9 2016-09-21 10:32:17 +01:00

hnix

Haskell parser for Nix expression language.

Prerequisites

Nix is installed and in your $PATH. Tested with Nix v1.10.

Getting Started

$ git clone git://github.com:jwiegley/hnix.git
...
$ cd hnix
$ nix-shell
...
$ cabal test
...
$ cabal bench