From 386c472cc7fc70340ea61cab6c2c24e52fdac719 Mon Sep 17 00:00:00 2001 From: Rickard Nilsson Date: Thu, 20 Oct 2016 22:04:00 +0200 Subject: [PATCH] Bump to 0.3.4 --- hnix.cabal | 2 +- project.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hnix.cabal b/hnix.cabal index 2c9ef5d..72a7687 100644 --- a/hnix.cabal +++ b/hnix.cabal @@ -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. diff --git a/project.nix b/project.nix index 4e8ea7b..b6b248a 100644 --- a/project.nix +++ b/project.nix @@ -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) ./.;