From c5a2b62f79a83fa2334501cc48bbf43839ecf359 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20B=C3=A4renz?= Date: Thu, 11 May 2023 17:37:39 +0200 Subject: [PATCH] Jailbreak microlens-th because of restrictive bounds --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index efe6aabf..5bea603f 100644 --- a/flake.nix +++ b/flake.nix @@ -78,6 +78,7 @@ cabal2nixOptions = "--benchmark -fdev"; overrides = self: super: with pkgs.haskell.lib; { # Please check after flake.lock updates whether some of these overrides can be removed string-qq = dontCheck super.string-qq; + microlens-th = doJailbreak super.microlens-th; }; }; ghcs = [ # Always keep this up to date with the tested-with section in monad-bayes.cabal!