Skip to content

Commit

Permalink
FIXUP flake
Browse files Browse the repository at this point in the history
  • Loading branch information
Manuel Bärenz authored and turion committed Nov 10, 2024
1 parent 8b44d08 commit c856345
Showing 1 changed file with 2 additions and 15 deletions.
17 changes: 2 additions & 15 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -70,27 +70,14 @@
(hfinal: hprev: lib.optionalAttrs (lib.versionAtLeast hprev.ghc.version "9.10") {
# Remove these as nixpkgs progresses!
finite-typelits = doJailbreak hprev.finite-typelits;
# indexed-traversable = doJailbreak hprev.indexed-traversable;
# primitive = doJailbreak hprev.primitive;
# 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;

vector-sized = hprev.callHackageDirect
{
pkg = "vector-sized";
ver = "1.6.1";
sha256 = "sha256-//EOAwpEEQkdYF88U/bp0uybKleYHRmTWaKsxIZvCeQ=";
} { };
}
{ };

microstache = doJailbreak hprev.microstache;
gloss-rendering = doJailbreak hprev.gloss-rendering;
Expand Down

0 comments on commit c856345

Please sign in to comment.