From 0eb0e023c9d3cd70db1e40cc154b90f67642e845 Mon Sep 17 00:00:00 2001 From: Anton Latukha Date: Sun, 30 May 2021 21:06:23 +0300 Subject: [PATCH] {Core, Remote}: proclaim 0.4.3.1 (#155) --- hnix-store-core/hnix-store-core.cabal | 2 +- hnix-store-remote/hnix-store-remote.cabal | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hnix-store-core/hnix-store-core.cabal b/hnix-store-core/hnix-store-core.cabal index 6c3b81a4..7c259928 100644 --- a/hnix-store-core/hnix-store-core.cabal +++ b/hnix-store-core/hnix-store-core.cabal @@ -1,6 +1,6 @@ cabal-version: 2.2 name: hnix-store-core -version: 0.4.3.0 +version: 0.4.3.1 synopsis: Core effects for interacting with the Nix store. description: This package contains types and functions needed to describe diff --git a/hnix-store-remote/hnix-store-remote.cabal b/hnix-store-remote/hnix-store-remote.cabal index 739d444e..34f97e36 100644 --- a/hnix-store-remote/hnix-store-remote.cabal +++ b/hnix-store-remote/hnix-store-remote.cabal @@ -1,6 +1,6 @@ cabal-version: 2.2 name: hnix-store-remote -version: 0.4.3.0 +version: 0.4.3.1 synopsis: Remote hnix store description: Implementation of the nix store using the daemon protocol. homepage: https://github.com/haskell-nix/hnix-store