Skip to content

Commit

Permalink
Simplify dependency version overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
turion committed Sep 4, 2023
1 parent 2fe240d commit d31f23a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,7 @@
modifier = drv: if system == "x86_64-linux" then drv else pkgs.haskell.lib.dontCheck drv;
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;
hspec = super.hspec_2_11_1;
lens = super.lens_5_2_2;
linear = super.linear_1_22;
vty = super.vty_5_38;
hspec = super.hspec_2_11_4;
};
};
ghcs = [ # Always keep this up to date with the tested-with section in monad-bayes.cabal!
Expand Down

0 comments on commit d31f23a

Please sign in to comment.