From db76309cb9c441325533b06c183709d313f37287 Mon Sep 17 00:00:00 2001 From: IOHK Date: Wed, 3 Nov 2021 03:31:46 +0000 Subject: [PATCH] Regenerate nix --- nix/.stack.nix/cardano-wallet-test-utils.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nix/.stack.nix/cardano-wallet-test-utils.nix b/nix/.stack.nix/cardano-wallet-test-utils.nix index d3a5006b253..b02a6969c3b 100644 --- a/nix/.stack.nix/cardano-wallet-test-utils.nix +++ b/nix/.stack.nix/cardano-wallet-test-utils.nix @@ -40,6 +40,7 @@ (hsPkgs."directory" or (errorHandler.buildDepError "directory")) (hsPkgs."either" or (errorHandler.buildDepError "either")) (hsPkgs."fmt" or (errorHandler.buildDepError "fmt")) + (hsPkgs."generic-lens" or (errorHandler.buildDepError "generic-lens")) (hsPkgs."hspec-core" or (errorHandler.buildDepError "hspec-core")) (hsPkgs."hspec-expectations" or (errorHandler.buildDepError "hspec-expectations")) (hsPkgs."hspec-golden-aeson" or (errorHandler.buildDepError "hspec-golden-aeson"))