Closed josephsumabat closed 1 year ago
This PR adds a version of the keyAndEntityFields function which includes MigrationOnly and SafeToRemove fields. We would like to make use of this in persistent-documentation in order to generate documentation for fields marked by those modifiers.
keyAndEntityFields
MigrationOnly
SafeToRemove
persistent-documentation
Before submitting your PR, check that you've:
@since
stylish-haskell
.editorconfig
After submitting your PR:
(unreleased)
This PR adds a version of the
keyAndEntityFields
function which includesMigrationOnly
andSafeToRemove
fields. We would like to make use of this inpersistent-documentation
in order to generate documentation for fields marked by those modifiers.Before submitting your PR, check that you've:
@since
declarations to the Haddockstylish-haskell
on any changed files..editorconfig
file for details)After submitting your PR:
(unreleased)
on the Changelog