Merge pull request #46 from rickynils/bump_to_0_3_4

Bump to 0.3.4
This commit is contained in:
John Wiegley 2016-10-20 16:24:54 -07:00 committed by GitHub
commit 35f2a2248b
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
Name: hnix
Version: 0.3.3
Version: 0.3.4
Synopsis: Haskell implementation of the Nix language
Description:
Haskell implementation of the Nix language.

View File

@ -10,7 +10,7 @@ in
mkDerivation {
pname = "hnix";
version = "0.3.3";
version = "0.3.4";
src = let
notNamed = list: name: !(elem (baseNameOf name) list);
in filterSource (n: _: notNamed [".git" "dist" "benchmarks"] n) ./.;