Skip to content

Commit

Permalink
remove superfluous overrideg
Browse files Browse the repository at this point in the history
  • Loading branch information
Manuel Bärenz authored and turion committed Oct 31, 2024
1 parent 7a0b1a0 commit d8283be
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,6 @@
# Overrides that are necessary because of dependencies not being up to date or fixed yet in nixpkgs.
# Check on nixpkgs bumps whether some of these can be removed.
temporaryHaskellOverrides = with prev.haskell.lib.compose; [
(_: hprev: {
# Doesn't allow base 4.20
indexed-traversable = doJailbreak hprev.indexed-traversable;
# Test suite not GHC 9.10 compatible
call-stack = dontCheck hprev.call-stack;
})
(hfinal: hprev: {
monad-bayes = markUnbroken hprev.monad-bayes;
monad-schedule = hprev.callHackageDirect
Expand Down

0 comments on commit d8283be

Please sign in to comment.