From 0aa97a5f1cf754b175c5e5b6511f9f9cdf28215e Mon Sep 17 00:00:00 2001 From: IOHK Date: Wed, 27 Jan 2021 21:48:18 +0000 Subject: [PATCH] Regenerate nix --- nix/.stack.nix/cardano-wallet-core-integration.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/nix/.stack.nix/cardano-wallet-core-integration.nix b/nix/.stack.nix/cardano-wallet-core-integration.nix index 8662b7ba02a..5a41d284fd3 100644 --- a/nix/.stack.nix/cardano-wallet-core-integration.nix +++ b/nix/.stack.nix/cardano-wallet-core-integration.nix @@ -30,7 +30,6 @@ "library" = { depends = [ (hsPkgs."HUnit" or (errorHandler.buildDepError "HUnit")) - (hsPkgs."QuickCheck" or (errorHandler.buildDepError "QuickCheck")) (hsPkgs."aeson" or (errorHandler.buildDepError "aeson")) (hsPkgs."aeson-qq" or (errorHandler.buildDepError "aeson-qq")) (hsPkgs."base" or (errorHandler.buildDepError "base"))