We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent beb9810 commit 27419ddCopy full SHA for 27419dd
1 file changed
nix/haskell.nix
@@ -137,6 +137,8 @@ let
137
package-keys = ["plutus-tx-plugin"];
138
packages.plutus-tx-plugin.components.library.platforms = with lib.platforms; [ linux darwin ];
139
140
+ # GHC 9.6.7 haddock panics on TopTx type family (tyConStupidTheta)
141
+ packages.cardano-api.components.library.doHaddock = false;
142
packages.fs-api.components.library.doHaddock = false;
143
packages.cardano-ledger-allegra.components.library.doHaddock = false;
144
packages.cardano-ledger-alonzo.components.library.doHaddock = false;
0 commit comments