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

Alternate H.ghci does not work under Ubuntu Linux #402

Open
djsamperi opened this issue Feb 28, 2023 · 0 comments
Open

Alternate H.ghci does not work under Ubuntu Linux #402

djsamperi opened this issue Feb 28, 2023 · 0 comments
Assignees

Comments

@djsamperi
Copy link
Contributor

Describe the bug
Under Ubuntu Linux, H can be started with
stack --nix exec H
But if I modify H/H.ghci and use
stack --nix exec ghci -- -ghci-script H/H.ghci
there is no error message, but H mode is not enabled.
Does not recognize [r|3|], for example.

To Reproduce
Modify H/H.ghci and start H as described above.

Expected behavior
Should start ghci with H capabilities.
Should recognize [r|3|] and not complain there is a syntax error.

Environment
Ubuntu Linux
Version 22.04

Additional context
No problem under Windows using
stack exec ghci -- -ghci-script H/H.ghci

@ConnorBaker ConnorBaker self-assigned this Mar 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants