Go to file
John Wiegley 35a7f64467 Merge pull request #66 from rickynils/eval_env_path
evalExpr: Add support for NEnvPath
2017-10-18 09:59:17 -07: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 Reduce code duplication in main/Main.hs 2017-09-23 20:00:18 +08:00
Nix evalExpr: Add support for NEnvPath 2017-10-18 16:09:06 +02:00
tests Escape ${ but not plain $ in indented strings 2017-05-31 21:24:43 +10:00
.gitignore make tests pass 2016-01-23 15:51:34 -06:00
default.nix default.nix: use default haskellPackages by default 2017-04-21 03:53:35 +02:00
hnix.cabal Escape ${ but not plain $ in indented strings 2017-05-31 21:24:43 +10:00
LICENSE Change LICENSE to BSD3 2016-12-18 17:10:06 -08:00
project.nix Shorthands.hs, mkDot/mkDots: automatically quote non-symbols 2017-04-21 03:54:06 +02:00
README.md Fix GitHub URL 2016-12-20 21:13:54 -08:00
Setup.hs Setup cabal file, fix all warnings 2014-06-30 22:37:20 -05:00
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 https://github.com/jwiegley/hnix.git
...
$ cd hnix
$ nix-shell
...
$ cabal test
...
$ cabal bench