doc(overriding dependencies): document broken settings option (#214)

This commit is contained in:
Shivaraj B H 2024-01-09 22:57:15 +05:30 committed by GitHub
parent e8ff18d135
commit 2069a73c8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -92,6 +92,9 @@ haskellProjects.default = {
# Enable/disable Cabal flags
cabalFlags.with-generics = true;
# Allow building a package marked as "broken"
broken = false;
};
};
};