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

Changes to Vinyl have broken compilation #4

Open
IQubic opened this issue Dec 31, 2022 · 2 comments
Open

Changes to Vinyl have broken compilation #4

IQubic opened this issue Dec 31, 2022 · 2 comments

Comments

@IQubic
Copy link

IQubic commented Dec 31, 2022

The Mutable library depends on Vinyl. However, it seems that somewhere along the line, changes to the Vinyl package were made that have broken the Mutable package. I'm not sure what the best way to fix this is, but I will leave this log here (I'm trying to use cabal to build a project of mine that depends on mutable.)

https://gist.github.com/IQubic/233072265c3ee127ff81a027c9b7b4cd

@IQubic
Copy link
Author

IQubic commented Jan 1, 2023

It would be a good idea to add some version bounds to this Vinyl dependency to prevent this from happening again.

@gilgamec
Copy link

gilgamec commented Apr 12, 2023

I've managed to successfully use mutable in my own projects with the latest vinyl by just adding the single suggested constraint to the ARec instance.

Of course, I don't actually use vinyl in my projects, so I have no idea if it actually works beyond compiling.

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

No branches or pull requests

2 participants