From 09d497547bc8d8766025d4c47929a7bda8ae3826 Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Mon, 1 May 2023 16:01:21 -0400
Subject: [PATCH] go again with a clean cache

---
 flake.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/flake.nix b/flake.nix
index cf11745..153768b 100644
--- a/flake.nix
+++ b/flake.nix
@@ -84,7 +84,7 @@
               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
+              ghc-pkg check --package-db .cabal/store/ghc-8.10.7/package.db
               cabal update hackage.haskell.org
               cabal run tests
             '';
-- 
GitLab