haskell.packages.ghc8107.spectacle: mark as unbroken

Closes #135145.

GHC >= 9.0 is unsupported at this moment (same goes for 8.8.4):
https://github.com/awakesecurity/spectacle/issues/49
This commit is contained in:
sternenseemann 2022-04-29 10:35:36 +02:00
parent d77355fa63
commit b42bd1a3d2
2 changed files with 7 additions and 0 deletions

View File

@ -133,4 +133,8 @@ self: super: {
# Depends on OneTuple for GHC < 9.0
universe-base = addBuildDepends [ self.OneTuple ] super.universe-base;
# Not possible to build in the main GHC 9.0 package set
# https://github.com/awakesecurity/spectacle/issues/49
spectacle = doDistribute (markUnbroken super.spectacle);
}

View File

@ -361,6 +361,9 @@ let
ghc-lib = released;
ghc-lib-parser = released;
ghc-lib-parser-ex = released;
spectacle = [
compilerNames.ghc8107
];
})
{
mergeable = pkgs.releaseTools.aggregate {