Skip to content

Commit

Permalink
Add further overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
turion committed May 30, 2023
1 parent c5a2b62 commit cb9515a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@
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;
# See https://github.com/bos/vector-binary-instances/issues/27, GHC 9.6 working but not yet in version bounds
vector-binary-instances = doJailbreak super.vector-binary-instances;
vty = super.vty_5_38; # Might have to remove this after the next nixpkgs bump
};
};
ghcs = [ # Always keep this up to date with the tested-with section in monad-bayes.cabal!
Expand Down

0 comments on commit cb9515a

Please sign in to comment.