From b4f9f92b121fa13d97f65ae9f6e2b5d035649600 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone <exarkun@twistedmatrix.com> Date: Mon, 1 May 2023 15:40:14 -0400 Subject: [PATCH] what's here --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index d11337e..6717b40 100644 --- a/flake.nix +++ b/flake.nix @@ -83,6 +83,7 @@ # 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