From 909ceaffcb30736e819f725db8828316438d0bab Mon Sep 17 00:00:00 2001 From: IOHK Date: Tue, 8 Jun 2021 02:35:57 +0000 Subject: [PATCH] Regenerate nix --- nix/.stack.nix/cardano-wallet-core-integration.nix | 1 + nix/.stack.nix/cardano-wallet-core.nix | 7 ++++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/nix/.stack.nix/cardano-wallet-core-integration.nix b/nix/.stack.nix/cardano-wallet-core-integration.nix index 37c33fcb362..1104b05d7f9 100644 --- a/nix/.stack.nix/cardano-wallet-core-integration.nix +++ b/nix/.stack.nix/cardano-wallet-core-integration.nix @@ -37,6 +37,7 @@ (hsPkgs."bech32" or (errorHandler.buildDepError "bech32")) (hsPkgs."bytestring" or (errorHandler.buildDepError "bytestring")) (hsPkgs."cardano-addresses" or (errorHandler.buildDepError "cardano-addresses")) + (hsPkgs."cardano-api" or (errorHandler.buildDepError "cardano-api")) (hsPkgs."cardano-crypto" or (errorHandler.buildDepError "cardano-crypto")) (hsPkgs."cardano-wallet-cli" or (errorHandler.buildDepError "cardano-wallet-cli")) (hsPkgs."cardano-wallet-core" or (errorHandler.buildDepError "cardano-wallet-core")) diff --git a/nix/.stack.nix/cardano-wallet-core.nix b/nix/.stack.nix/cardano-wallet-core.nix index c7e6a6c7c44..55f802dc316 100644 --- a/nix/.stack.nix/cardano-wallet-core.nix +++ b/nix/.stack.nix/cardano-wallet-core.nix @@ -36,6 +36,8 @@ (hsPkgs."cardano-addresses" or (errorHandler.buildDepError "cardano-addresses")) (hsPkgs."cardano-api" or (errorHandler.buildDepError "cardano-api")) (hsPkgs."cardano-crypto" or (errorHandler.buildDepError "cardano-crypto")) + (hsPkgs."cardano-crypto-class" or (errorHandler.buildDepError "cardano-crypto-class")) + (hsPkgs."cardano-crypto-wrapper" or (errorHandler.buildDepError "cardano-crypto-wrapper")) (hsPkgs."cardano-numeric" or (errorHandler.buildDepError "cardano-numeric")) (hsPkgs."cardano-slotting" or (errorHandler.buildDepError "cardano-slotting")) (hsPkgs."cborg" or (errorHandler.buildDepError "cborg")) @@ -93,6 +95,7 @@ (hsPkgs."servant" or (errorHandler.buildDepError "servant")) (hsPkgs."servant-client" or (errorHandler.buildDepError "servant-client")) (hsPkgs."servant-server" or (errorHandler.buildDepError "servant-server")) + (hsPkgs."shelley-spec-ledger" or (errorHandler.buildDepError "shelley-spec-ledger")) (hsPkgs."split" or (errorHandler.buildDepError "split")) (hsPkgs."statistics" or (errorHandler.buildDepError "statistics")) (hsPkgs."streaming-commons" or (errorHandler.buildDepError "streaming-commons")) @@ -101,6 +104,7 @@ (hsPkgs."template-haskell" or (errorHandler.buildDepError "template-haskell")) (hsPkgs."text" or (errorHandler.buildDepError "text")) (hsPkgs."text-class" or (errorHandler.buildDepError "text-class")) + (hsPkgs."these" or (errorHandler.buildDepError "these")) (hsPkgs."time" or (errorHandler.buildDepError "time")) (hsPkgs."tls" or (errorHandler.buildDepError "tls")) (hsPkgs."tracer-transformers" or (errorHandler.buildDepError "tracer-transformers")) @@ -194,6 +198,7 @@ (hsPkgs."text-class" or (errorHandler.buildDepError "text-class")) (hsPkgs."tls" or (errorHandler.buildDepError "tls")) (hsPkgs."time" or (errorHandler.buildDepError "time")) + (hsPkgs."these" or (errorHandler.buildDepError "these")) (hsPkgs."transformers" or (errorHandler.buildDepError "transformers")) (hsPkgs."tree-diff" or (errorHandler.buildDepError "tree-diff")) (hsPkgs."unliftio" or (errorHandler.buildDepError "unliftio")) @@ -243,4 +248,4 @@ }; }; }; - } // rec { src = (pkgs.lib).mkDefault ../.././lib/core; } + } // rec { src = (pkgs.lib).mkDefault ../.././lib/core; } \ No newline at end of file