-
-
Notifications
You must be signed in to change notification settings - Fork 81
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
Reexport Contravariant
for GHC >= 8.6.1
#70
Labels
Comments
Is this a complex issue? Any pointers as to how I can go about or start working on this? |
@kahlil29 The issue it quite straightforward. You only need to export some parts of this module: And the reexport can go into There're only extra parts you need to do:
|
@chshersh Sorry, I somehow missed this reply earlier, will work on this and submit a PR by today 👍 |
kahlil29
added a commit
to kahlil29/relude
that referenced
this issue
Oct 15, 2018
… Currently exporting all functions from the module as is. Updated Changelog and dhall, hlint
10 tasks
kahlil29
added a commit
to kahlil29/relude
that referenced
this issue
Oct 16, 2018
…(due to them being applicable only for GHC >=8.6.1)
kahlil29
added a commit
to kahlil29/relude
that referenced
this issue
Oct 16, 2018
… Currently exporting all functions from the module as is. Updated Changelog and dhall, hlint
kahlil29
added a commit
to kahlil29/relude
that referenced
this issue
Oct 16, 2018
…(due to them being applicable only for GHC >=8.6.1)
kahlil29
added a commit
to kahlil29/relude
that referenced
this issue
Oct 19, 2018
… Currently exporting all functions from the module as is. Updated Changelog and dhall, hlint
kahlil29
added a commit
to kahlil29/relude
that referenced
this issue
Oct 19, 2018
…(due to them being applicable only for GHC >=8.6.1)
kahlil29
added a commit
to kahlil29/relude
that referenced
this issue
Oct 19, 2018
chshersh
pushed a commit
that referenced
this issue
Oct 19, 2018
* [#70] Reexported Data.Functor.Contravariant for GHC >= 8.6.1. Currently exporting all functions from the module as is. Updated Changelog and dhall, hlint * Removed extra space on newline before `#endif` * [#70] Added explicit exports and commented out warning rules (due to them being applicable only for GHC >=8.6.1) * [#70] Added 3 missing functions to export list and ran stylish-haskell * Minor change in CHANGELOG.md * Minor formatting change
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
No description provided.
The text was updated successfully, but these errors were encountered: