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

Install and use the glob package #83

Merged
merged 3 commits into from
Sep 19, 2023
Merged

Install and use the glob package #83

merged 3 commits into from
Sep 19, 2023

Conversation

aabounegm
Copy link
Member

To improve support for shells that do not expand globs automatically
such as PowerShell and CMD on Windows

To improve support for shells that do not expand globs automatically
such as PowerShell and CMD on Windows
@aabounegm
Copy link
Member Author

Also, I see that the function parseModuleFile (in src/Language/Rzk/Syntax.hs) is not used anywhere. Should it be remove or should I add glob support to it as well?

@aabounegm
Copy link
Member Author

Did I mention I hate Nix?
No but really, would it make sense to run cabal2nix in the CI? I just cannot install it on Windows.

@fizruk
Copy link
Member

fizruk commented Sep 19, 2023

No but really, would it make sense to run cabal2nix in the CI?

No, especially since after #82, cabal2nix does not produce the derivation we need (it mentions with-utf8, but we don't need it for GHCJS).

rzk/src/Rzk/Main.hs Outdated Show resolved Hide resolved
@fizruk fizruk merged commit 490ae22 into develop Sep 19, 2023
2 checks passed
@fizruk fizruk deleted the glob-expansion branch September 19, 2023 13:52
@fizruk fizruk mentioned this pull request Sep 19, 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

Successfully merging this pull request may close these issues.

None yet

2 participants