Open jvilar opened 2 years ago
Bummer for me. I already have a small project implemented in terms of auto concepts. It looks like I have to rewrite using different concepts.
This is causing problems for me, as well. Trying to get a consistent package set building has actually been an exercise so far in coping with missing upper version bounds mainly on packages from https://github.com/mstksg. That's too bad. I'm tempted to just remove these from CodeWorld's available libraries.
I am trying to use auto in a project that has moved to stack resolver lts-18.13. This resolver uses random-1.2-0, but this is a problem for Control.Auto.Process.Random since in this version StdGen does not have a Read instance. I am not sure, but it looks like that this is the only problem. Can it be fixed?
Thanks