Skip to content

Commit 27419dd

Browse files
committed
Disable haddock for cardano-api, because of tyConStupidTheta error on GHC 9.6.7
1 parent beb9810 commit 27419dd

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

nix/haskell.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,8 @@ let
137137
package-keys = ["plutus-tx-plugin"];
138138
packages.plutus-tx-plugin.components.library.platforms = with lib.platforms; [ linux darwin ];
139139

140+
# GHC 9.6.7 haddock panics on TopTx type family (tyConStupidTheta)
141+
packages.cardano-api.components.library.doHaddock = false;
140142
packages.fs-api.components.library.doHaddock = false;
141143
packages.cardano-ledger-allegra.components.library.doHaddock = false;
142144
packages.cardano-ledger-alonzo.components.library.doHaddock = false;

0 commit comments

Comments
 (0)