Skip to content

semialign: Generalize {l,r}padZip to work on any Semialign container that is Filterable #141

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

duairc
Copy link

@duairc duairc commented Apr 28, 2020

This introduces a dependency on witherable-class. It's a small package and we already depend on all of its dependencies.

…that is Filterable

This introduces a dependency on witherable-class. It's a small package and we already depend on all of its dependencies.
@phadej
Copy link
Collaborator

phadej commented Apr 28, 2020

I cannot depend on package which don't care about version bounds: https://matrix.hackage.haskell.org/#/package/witherable-class

@duairc
Copy link
Author

duairc commented Apr 28, 2020

Okay, if I were to fix this in witherable-class, you would want it to build at least as far back as GHC 7.4, is that correct? (based on the base lower bound of semialign)

@duairc
Copy link
Author

duairc commented Apr 28, 2020

I ask because there does seem to have been a fix of sorts recently (obviously not useful until it gets released to Hackage) but that sets 4.8 as a lower bound for base.

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