diff --git a/nix/.stack.nix/cardano-wallet-core-integration.nix b/nix/.stack.nix/cardano-wallet-core-integration.nix index cf2ecff5144..48ba2cc0c0b 100644 --- a/nix/.stack.nix/cardano-wallet-core-integration.nix +++ b/nix/.stack.nix/cardano-wallet-core-integration.nix @@ -74,6 +74,7 @@ (hsPkgs."time" or (errorHandler.buildDepError "time")) (hsPkgs."unliftio" or (errorHandler.buildDepError "unliftio")) (hsPkgs."unliftio-core" or (errorHandler.buildDepError "unliftio-core")) + (hsPkgs."unordered-containers" or (errorHandler.buildDepError "unordered-containers")) ]; buildable = true; }; diff --git a/nix/.stack.nix/cardano-wallet-core.nix b/nix/.stack.nix/cardano-wallet-core.nix index 505fd8dd650..45d251ad4c8 100644 --- a/nix/.stack.nix/cardano-wallet-core.nix +++ b/nix/.stack.nix/cardano-wallet-core.nix @@ -56,6 +56,7 @@ (hsPkgs."fmt" or (errorHandler.buildDepError "fmt")) (hsPkgs."foldl" or (errorHandler.buildDepError "foldl")) (hsPkgs."generic-lens" or (errorHandler.buildDepError "generic-lens")) + (hsPkgs."hashable" or (errorHandler.buildDepError "hashable")) (hsPkgs."http-api-data" or (errorHandler.buildDepError "http-api-data")) (hsPkgs."http-client" or (errorHandler.buildDepError "http-client")) (hsPkgs."http-client-tls" or (errorHandler.buildDepError "http-client-tls")) diff --git a/nix/.stack.nix/cardano-wallet.nix b/nix/.stack.nix/cardano-wallet.nix index 84e7f1da00d..0f21471b08e 100644 --- a/nix/.stack.nix/cardano-wallet.nix +++ b/nix/.stack.nix/cardano-wallet.nix @@ -186,6 +186,7 @@ (hsPkgs."text" or (errorHandler.buildDepError "text")) (hsPkgs."text-class" or (errorHandler.buildDepError "text-class")) (hsPkgs."unliftio" or (errorHandler.buildDepError "unliftio")) + (hsPkgs."unordered-containers" or (errorHandler.buildDepError "unordered-containers")) ]; build-tools = [ (hsPkgs.buildPackages.cardano-wallet or (pkgs.buildPackages.cardano-wallet or (errorHandler.buildToolDepError "cardano-wallet"))) diff --git a/nix/.stack.nix/strict-non-empty-containers.nix b/nix/.stack.nix/strict-non-empty-containers.nix index 3071acd7c72..c7a05522515 100644 --- a/nix/.stack.nix/strict-non-empty-containers.nix +++ b/nix/.stack.nix/strict-non-empty-containers.nix @@ -32,6 +32,7 @@ (hsPkgs."base" or (errorHandler.buildDepError "base")) (hsPkgs."containers" or (errorHandler.buildDepError "containers")) (hsPkgs."deepseq" or (errorHandler.buildDepError "deepseq")) + (hsPkgs."hashable" or (errorHandler.buildDepError "hashable")) ]; buildable = true; };