Skip to content

Commit

Permalink
haskell.packages.ghc8107.spectacle: mark as unbroken
Browse files Browse the repository at this point in the history
Closes #135145.

GHC >= 9.0 is unsupported at this moment (same goes for 8.8.4):
awakesecurity/spectacle#49
  • Loading branch information
sternenseemann committed Apr 29, 2022
1 parent d77355f commit b42bd1a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
3 changes: 3 additions & 0 deletions pkgs/top-level/release-haskell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,9 @@ let
ghc-lib = released;
ghc-lib-parser = released;
ghc-lib-parser-ex = released;
spectacle = [
compilerNames.ghc8107
];
})
{
mergeable = pkgs.releaseTools.aggregate {
Expand Down

0 comments on commit b42bd1a

Please sign in to comment.