Skip to content

Commit

Permalink
Disable generating Haddocks for MAlonzo code
Browse files Browse the repository at this point in the history
  • Loading branch information
WhatisRT committed May 7, 2024
1 parent 45a3772 commit b9bc8a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ rec {
# dontInstall = true;
# };

hsExe = haskellPackages.callCabal2nix "${project}" "${hsSrc}/haskell/${main}" { };
hsExe = haskellPackages.callCabal2nixWithOptions "${project}" "${hsSrc}/haskell/${main}" "--no-haddock" {};

};

Expand Down

0 comments on commit b9bc8a9

Please sign in to comment.