-
Notifications
You must be signed in to change notification settings - Fork 86
Adds getArgs :: IO [OsString]
#339
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
Conversation
This seems all fine to me, but I don't really "own" this library and don't know who does, so I don't know who gives final sign-off. |
@tomjaguarpaw I'm pretty sure that you have all necessary authority to make decisions here, since Michael passed the torch. Otherwise you can reach to CLC for advice, but this PR does not look particularly controversial to me. |
Two questions I have:
Edit:
|
I think if we're going to include one of its elements we may as well include them all. |
Okay, I've added the remaining functions (
|
Some bikeshedding:
|
|
b78121c
to
dfb96f2
Compare
Okay, renamed
|
I suspect it's probably fine to give up on GHC 8.4. |
Bumps lower bounds for base, filepath, unix, and Win32. Drops support for GHC < 8.6, as required by newer Win32.
Alright, this is looking good! @tbidne, is this ready to merge in your opinion? Regarding testing more in the CI matrix, I'm happy for that to be added at a later date. |
LGTM. |
Thanks @tomjaguarpaw! |
Resolves #338.