language-nix ============ [![hackage release](https://img.shields.io/hackage/v/language-nix.svg?label=hackage)](http://hackage.haskell.org/package/language-nix) [![stackage LTS package](http://stackage.org/package/language-nix/badge/lts)](http://stackage.org/lts/package/language-nix) [![stackage Nightly package](http://stackage.org/package/language-nix/badge/nightly)](http://stackage.org/nightly/package/language-nix) [![travis build status](https://img.shields.io/travis/peti/language-nix/master.svg?label=travis+build)](https://travis-ci.org/peti/language-nix) This Haskell library contains data types and useful functions to represent and manipulate the Nix language. It is used by tooling like cabal2nix and is not meant to be a general purpose nix parser or even interpreter. Have a look at [hnix (in Haskell)](https://github.com/haskell-nix/hnix) or [nix (the original in C++)](https://github.com/nixos/nix) instead.