From 5eae1fa032ec1c62935236bd04b903eaccc17829 Mon Sep 17 00:00:00 2001 From: KtorZ Date: Wed, 15 Jan 2020 18:05:25 +0100 Subject: [PATCH] re-generate nix machinery --- 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 c7401ba9084..e405ea9f057 100644 --- a/nix/.stack.nix/cardano-wallet-core.nix +++ b/nix/.stack.nix/cardano-wallet-core.nix @@ -88,6 +88,7 @@ in { system, compiler, flags, pkgs, hsPkgs, pkgconfPkgs, ... }: (hsPkgs."http-media" or (buildDepError "http-media")) (hsPkgs."http-types" or (buildDepError "http-types")) (hsPkgs."iohk-monitoring" or (buildDepError "iohk-monitoring")) + (hsPkgs."lifted-base" or (buildDepError "lifted-base")) (hsPkgs."memory" or (buildDepError "memory")) (hsPkgs."monad-logger" or (buildDepError "monad-logger")) (hsPkgs."network" or (buildDepError "network"))