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

Sync with obelisk/develop #6

Merged
merged 10 commits into from Jul 21, 2022
Merged

Sync with obelisk/develop #6

merged 10 commits into from Jul 21, 2022

Conversation

romefeller
Copy link
Contributor

Sync cli-extras with obelisk (develop branch) in order to refactor obelisk-cliapp

src/Cli/Extras/Types.hs Outdated Show resolved Hide resolved
src/Cli/Extras/Types.hs Outdated Show resolved Hide resolved
src/Cli/Extras/Types.hs Outdated Show resolved Hide resolved
src/Cli/Extras/Spinner.hs Outdated Show resolved Hide resolved
src/Cli/Extras/Logging.hs Outdated Show resolved Hide resolved
src/Cli/Extras/Process.hs Show resolved Hide resolved
src/Cli/Extras/Process.hs Outdated Show resolved Hide resolved
src/Cli/Extras/Types.hs Outdated Show resolved Hide resolved
src/Cli/Extras/Logging.hs Show resolved Hide resolved
src/Cli/Extras/Process.hs Outdated Show resolved Hide resolved
@plt-amy
Copy link
Contributor

plt-amy commented Jul 18, 2022

Build failures are my bad, I only had ghcid running with 8.8.4

Comment on lines +65 to +67
#if !(MIN_VERSION_base(4, 13, 0))
import Control.Monad.Fail (MonadFail)
#endif
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@madeline-os should I use these CPP guards to only import MonadFail when needed, should I disable the "redundant imports" warning, or should I just leave the warning there?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Go for CPP guards, or just leave the warning in there if it already exists.

@Ericson2314 Ericson2314 changed the base branch from master to develop July 18, 2022 17:10
@madeline-os madeline-os requested a review from plt-amy July 20, 2022 20:37
@madeline-os madeline-os merged commit 6eb4c61 into develop Jul 21, 2022
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

3 participants