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

support data-default-0.8.0.0 #1376

Merged
merged 4 commits into from
Oct 25, 2024
Merged

support data-default-0.8.0.0 #1376

merged 4 commits into from
Oct 25, 2024

Conversation

larskuhtz
Copy link
Contributor

support builds with data-default-0.8.0.0 in a backward compatible way.

src/Pact/Bench.hs Outdated Show resolved Hide resolved
@@ -146,7 +146,7 @@ stripTermInfo = stripTerm' stripNameInfo
stripArgInfo f (Arg an argtyp _info) =
Arg an (stripTypeInfo f argtyp) def
stripMetaInfo (Meta docs model) =
Meta docs (fmap def <$> model)
Meta docs (fmap (const def) <$> model)
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
Meta docs (fmap (const def) <$> model)
Meta docs (def <$ model)

larskuhtz and others added 2 commits October 25, 2024 15:25
Co-authored-by: John Wiegley <johnw@newartisans.com>
@larskuhtz larskuhtz merged commit ef32c9c into master Oct 25, 2024
13 of 14 checks passed
@larskuhtz larskuhtz deleted the lars/data-default-0.8.0.0 branch October 25, 2024 23:24
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.

2 participants