mstksg / auto

Haskell DSL and platform providing denotational, compositional api for discrete-step, locally stateful, interactive programs, games & automations. http://hackage.haskell.org/package/auto
MIT License
180 stars 11 forks source link

Auto does not compile with random-1.2-0 #19

Open jvilar opened 2 years ago

jvilar commented 2 years ago

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

IvanVolosyuk commented 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.

cdsmith commented 1 year ago

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.