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) ./.;