mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
haskell.packages.ghc96.haddock-api: ignore overly strict bounds
This commit is contained in:
parent
fb629a8712
commit
d3928686c3
1 changed files with 1 additions and 1 deletions
|
|
@ -78,7 +78,7 @@ in
|
|||
|
||||
# Become core packages in GHC >= 9.12
|
||||
file-io = doDistribute self.file-io_0_2_0;
|
||||
haddock-api = doDistribute self.haddock-api_2_29_1;
|
||||
haddock-api = doDistribute (doJailbreak self.haddock-api_2_29_1);
|
||||
haddock-library = doJailbreak (doDistribute self.haddock-library_1_11_0);
|
||||
|
||||
# Needs base-orphans for GHC < 9.8 / base < 4.19
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue