Find a file
2017-05-31 10:54:27 -07:00
benchmarks
data
doc
main
Nix Escape ${ but not plain $ in indented strings 2017-05-31 21:24:43 +10:00
tests Escape ${ but not plain $ in indented strings 2017-05-31 21:24:43 +10:00
.gitignore
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
shell.nix

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