Merge pull request #221748 from KAction/contrib/0/haddock-cheatsheet/out

haskellPackages.haddock-cheatsheet: unbreak
This commit is contained in:
Dennis Gosnell 2023-03-18 14:10:09 +09:00 committed by GitHub
commit 0ec8254845
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 3 deletions

View File

@ -511,6 +511,10 @@ self: super: {
rematch = dontCheck super.rematch; # https://github.com/tcrayford/rematch/issues/5
rematch-text = dontCheck super.rematch-text; # https://github.com/tcrayford/rematch/issues/6
# Package exists only to be example of documentation, yet it has restrictive
# "base" dependency.
haddock-cheatsheet = doJailbreak super.haddock-cheatsheet;
# no haddock since this is an umbrella package.
cloud-haskell = dontHaddock super.cloud-haskell;

View File

@ -1942,7 +1942,6 @@ broken-packages:
- hactor
- hactors
- haddock-api
- haddock-cheatsheet
- haddock-leksah
- haddock-test
- hadoop-formats

View File

@ -125245,8 +125245,6 @@ self: {
libraryHaskellDepends = [ base ];
description = "A documentation-only package exemplifying haddock markup features";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"haddock-leksah" = callPackage