auto icon indicating copy to clipboard operation
auto copied to clipboard

Auto does not compile with random-1.2-0

Open jvilar opened this issue 4 years ago • 2 comments

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

jvilar avatar Nov 22 '21 16:11 jvilar

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.

IvanVolosyuk avatar Aug 02 '22 11:08 IvanVolosyuk

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.

cdsmith avatar Feb 11 '23 19:02 cdsmith