From 81bf738e786e6ca4172c38b56faf79d64dd057a0 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone <exarkun@twistedmatrix.com> Date: Mon, 1 May 2023 16:08:13 -0400 Subject: [PATCH] `ghc-pkg check` is too noisy And it only tells us what cabal tells us later, packages are broken... --- flake.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/flake.nix b/flake.nix index 153768b..8c70ef1 100644 --- a/flake.nix +++ b/flake.nix @@ -83,8 +83,6 @@ # headers and stuff. export PKG_CONFIG_PATH=${pkgs.lib.makeSearchPath "lib/pkgconfig" [pkgs.zlib.dev]} - find . - ghc-pkg check --package-db .cabal/store/ghc-8.10.7/package.db cabal update hackage.haskell.org cabal run tests ''; -- GitLab