Skip to content

Commit

Permalink
Jailbreak microlens-th because of restrictive bounds
Browse files Browse the repository at this point in the history
  • Loading branch information
turion committed May 30, 2023
1 parent 54b5172 commit c5a2b62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Expand Down

0 comments on commit c5a2b62

Please sign in to comment.