Go to file
John Wiegley 07e9e66bf7
Change LICENSE to BSD3
2016-12-18 17:10:06 -08:00
Nix evalExpr: Add support for NLiteralPath 2016-10-18 14:47:14 +02:00
benchmarks tests for comment parsing and parser benchmarks 2014-08-27 23:54:31 +02:00
data tests for comment parsing and parser benchmarks 2014-08-27 23:54:31 +02:00
doc Add the C++ parser as documentation 2014-07-04 01:55:27 -05:00
main parsing variadic functions, avoiding empty list error 2015-06-23 19:19:46 -05:00
tests separate expr into types and shorthands 2016-01-25 01:00:27 -06:00
.gitignore make tests pass 2016-01-23 15:51:34 -06:00
LICENSE Change LICENSE to BSD3 2016-12-18 17:10:06 -08:00
README.md Add criterion dependency for benchmarking 2016-02-07 17:53:22 -06:00
Setup.hs Setup cabal file, fix all warnings 2014-06-30 22:37:20 -05:00
default.nix Add Show1 instances for base 4.9 2016-09-21 10:32:17 +01:00
hnix.cabal Bump to 0.3.4 2016-10-20 22:04:00 +02:00
project.nix Bump to 0.3.4 2016-10-20 22:04:00 +02:00
shell.nix Add Show1 instances for base 4.9 2016-09-21 10:32:17 +01:00

README.md

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