Skip to content

Generate explicit export list for *_Fields module #491

@jcmartin

Description

@jcmartin

Right now, the *_Fields.hs modules do not have an explicit export list. This results in a warning when -Wmissing-export-lists flag is enabled. This flag is presently enabled by default on new installs of stack. A quick and dirty approach is to do module A (module A) where in the cases where every function in the module should be exposed. However, an explicit list at the header is more helpful even just for the purposes of being able to see every function in as few of lines as possible.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions