From a58a193a7ee586fdbe8d685fe7ebc0feb5933df7 Mon Sep 17 00:00:00 2001 From: IOHK Date: Thu, 18 Jun 2020 17:01:19 +0000 Subject: [PATCH] Regenerate nix --- nix/.stack.nix/cardano-wallet-core.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nix/.stack.nix/cardano-wallet-core.nix b/nix/.stack.nix/cardano-wallet-core.nix index 3976e523e3d..63b87a172e2 100644 --- a/nix/.stack.nix/cardano-wallet-core.nix +++ b/nix/.stack.nix/cardano-wallet-core.nix @@ -53,6 +53,7 @@ (hsPkgs."foldl" or (errorHandler.buildDepError "foldl")) (hsPkgs."generic-lens" or (errorHandler.buildDepError "generic-lens")) (hsPkgs."http-api-data" or (errorHandler.buildDepError "http-api-data")) + (hsPkgs."http-client" or (errorHandler.buildDepError "http-client")) (hsPkgs."http-media" or (errorHandler.buildDepError "http-media")) (hsPkgs."http-types" or (errorHandler.buildDepError "http-types")) (hsPkgs."io-sim-classes" or (errorHandler.buildDepError "io-sim-classes"))