Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

incorrect string in generated main #58

Closed
alunduil opened this issue Aug 11, 2024 · 1 comment
Closed

incorrect string in generated main #58

alunduil opened this issue Aug 11, 2024 · 1 comment
Assignees
Labels
bug Something isn't working good first issue Good for newcomers no-issue-activity

Comments

@alunduil
Copy link
Owner

The generated main function does not correctly quote the name of the project:

bin/launch-json/Main.hs:4:17: error:
    Variable not in scope: launch :: String
  |
4 | main = putStrLn launch - json
  |                 ^^^^^^

bin/launch-json/Main.hs:4:26: error:
    Variable not in scope: json :: IO ()
  |
4 | main = putStrLn launch - json
  |                          ^^^^
@alunduil alunduil added bug Something isn't working good first issue Good for newcomers labels Aug 11, 2024
@alunduil alunduil self-assigned this Aug 11, 2024
Copy link

Stale issue message

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers no-issue-activity
Projects
None yet
Development

No branches or pull requests

1 participant