Skip to content

Commit

Permalink
FIXUP overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
turion committed Jul 19, 2024
1 parent dc61707 commit 5051da7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,19 @@
(hfinal: hprev: lib.optionalAttrs (lib.versionAtLeast hprev.ghc.version "9.10") {
indexed-traversable = doJailbreak hprev.indexed-traversable;
primitive = doJailbreak hprev.primitive;
finite-typelits = doJailbreak hprev.finite-typelits;
ChasingBottoms = doJailbreak hprev.ChasingBottoms;

th-abstraction = hprev.th-abstraction_0_7_0_0;

# Test suite not GHC 9.10 compatible
call-stack = dontCheck hprev.call-stack;

# Really weird test error
doctest = dontCheck hprev.doctest;

# FIXME Why does the test suite depend on transformers 0.5 and why does this work on GHC 9.6??
lifted-base = dontCheck hprev.lifted-base;
})
];

Expand Down

0 comments on commit 5051da7

Please sign in to comment.