Find a file
2016-09-21 10:33:18 +01:00
benchmarks
data
doc
main
Nix Use fmapDefault and foldMapDefault 2016-09-21 10:33:18 +01: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
default.nix parseNixText function 2015-10-27 17:32:03 -05:00
hnix.cabal Derive foldable and traversable for more types 2016-06-29 00:10:09 +01:00
LICENSE
project.nix Bump version, slight changes to project.nix 2016-06-25 16:14:19 +01:00
README.md Add criterion dependency for benchmarking 2016-02-07 17:53:22 -06:00
Setup.hs
shell.nix Use ghc7103 by default 2016-06-25 19:52:56 +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