Skip to content

(minor) add autogen-modules to cabal file #11

@sboosali

Description

@sboosali

this cabal field (or the corresponding package.yaml fields):

  other-modules:
      Paths_terminal

should be:

  other-modules:
      Paths_terminal
  autogen-modules:
      Paths_terminal

See https://www.haskell.org/cabal/users-guide/developing-packages.html?highlight=autogen%20modules#autogenerated-modules

(as far as I can tell, it's not necessary for this project, but it is recommended)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions