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)
this cabal field (or the corresponding
package.yamlfields):should be:
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)