Skip to content

Commit

Permalink
Override bundled nixpkgs versions for dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
turion committed Jul 10, 2023
1 parent b98f040 commit c876d68
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,15 @@
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;
criterion = super.criterion_1_6_0_0;
hspec = super.hspec_2_11_1;
lens = super.lens_5_2_2;
linear = super.linear_1_22;
optparse-applicative = super.optparse-applicative_0_18_1_0;
primitive = super.primitive_0_8_0_0;
text = super.text_2_0_2;
time = super.time_1_12_2;
vty = super.vty_5_38;
};
};
ghcs = [ # Always keep this up to date with the tested-with section in monad-bayes.cabal!
Expand Down

0 comments on commit c876d68

Please sign in to comment.