From 2f5246c6665ddbac826fb1dcd86426a48730517c Mon Sep 17 00:00:00 2001 From: IOHK Date: Thu, 31 Dec 2020 16:00:30 +0000 Subject: [PATCH] Regenerate nix --- nix/.stack.nix/cardano-wallet-core.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nix/.stack.nix/cardano-wallet-core.nix b/nix/.stack.nix/cardano-wallet-core.nix index 1047d244cc6..7fab06b56c1 100644 --- a/nix/.stack.nix/cardano-wallet-core.nix +++ b/nix/.stack.nix/cardano-wallet-core.nix @@ -78,6 +78,7 @@ (hsPkgs."quiet" or (errorHandler.buildDepError "quiet")) (hsPkgs."random" or (errorHandler.buildDepError "random")) (hsPkgs."random-shuffle" or (errorHandler.buildDepError "random-shuffle")) + (hsPkgs."resource-pool" or (errorHandler.buildDepError "resource-pool")) (hsPkgs."retry" or (errorHandler.buildDepError "retry")) (hsPkgs."safe" or (errorHandler.buildDepError "safe")) (hsPkgs."scientific" or (errorHandler.buildDepError "scientific")) @@ -87,6 +88,7 @@ (hsPkgs."servant-server" or (errorHandler.buildDepError "servant-server")) (hsPkgs."split" or (errorHandler.buildDepError "split")) (hsPkgs."statistics" or (errorHandler.buildDepError "statistics")) + (hsPkgs."stm" or (errorHandler.buildDepError "stm")) (hsPkgs."streaming-commons" or (errorHandler.buildDepError "streaming-commons")) (hsPkgs."strict-non-empty-containers" or (errorHandler.buildDepError "strict-non-empty-containers")) (hsPkgs."string-interpolate" or (errorHandler.buildDepError "string-interpolate"))