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

Fix unneeded bounds in cabal files and syntax of tested-with #13

Merged
merged 2 commits into from
Apr 4, 2024

Conversation

Raveline
Copy link

@Raveline Raveline commented Apr 4, 2024

Fix change requests I missed in #11

Copy link

@arybczak arybczak left a comment

Choose a reason for hiding this comment

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

Looks good, thanks 👍

@@ -14,8 +14,7 @@ maintainer: [email protected]
copyright: 2020 Matthieu Monsch
build-type: Simple
extra-source-files: README.md
tested-with:
GHC ==8.10.7 || ==9.0.2 || ==9.2.8 || ==9.4.8 || ==9.6.4 || ==9.8.2
tested-with: GHC == { 8.10.7, 9.0.2, 9.2.8, 9.4.8, 9.6.4, 9.8.2 }
Copy link

Choose a reason for hiding this comment

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

You can do the same with tracing-effectful.cabal for consistency :)

Copy link
Author

Choose a reason for hiding this comment

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

Done !

@Raveline Raveline merged commit e5dcfc1 into master Apr 4, 2024
6 checks passed
@Raveline Raveline deleted the fix-cabal-file branch April 4, 2024 12:40
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