mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-16 10:43:27 +00:00
Merge pull request #221748 from KAction/contrib/0/haddock-cheatsheet/out
haskellPackages.haddock-cheatsheet: unbreak
This commit is contained in:
commit
0ec8254845
@ -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;
|
||||
|
||||
|
@ -1942,7 +1942,6 @@ broken-packages:
|
||||
- hactor
|
||||
- hactors
|
||||
- haddock-api
|
||||
- haddock-cheatsheet
|
||||
- haddock-leksah
|
||||
- haddock-test
|
||||
- hadoop-formats
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user