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

Change to use base-compat prelude #17

Merged
merged 2 commits into from
May 17, 2020

Conversation

epicallan
Copy link
Contributor

@epicallan epicallan commented May 17, 2020

Base-compat's Prelude makes it easier to take advantage of the latest Prelude that's also compatible with earlier GHC releases.

So instead of having multiple explicit imports and elimination of the default prelude so as to ensure backward compatibility; we can make use of base-compat's prelude for a compatible prelude.

This PR also doesn't add much in terms of features so feel free to ignore it if you prefer to maintain the explicit imports.

P.S base-compat has zero dependencies

@@ -4,13 +4,16 @@ github: mbj/tasty-mgolden
description: Golden testing provider for tasty with muti-line diff output
license: BSD3
author: Markus Schirp <mbj@schirp-dso.com>
tested-with: GHC == 8.6.5
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I tested this locally but adding CI for this version would be good to.

@mbj mbj self-assigned this May 17, 2020
@mbj mbj self-requested a review May 17, 2020 15:48
@mbj mbj merged commit aeb2d23 into mbj:master May 17, 2020
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