How do I create a haskell that is in the first picture and not in the second

Question:

изображение_2023-03-13_194559448

Replit Profile: https://replit.com/@VasylDubyna
изображение_2023-03-13_194619007

You can change the icon like this:

1 Like

I don’t need to change the photo, but choose the first environment, they seem to be the same in essence, but by clicking on RUN they differ and I don’t understand how to create exactly such an environment as in the first photo

Do you wan the old environment or the new one?

To be honest, I don’t really understand, I just have tasks now, and for some reason in the first environment, the one that is Lab-1, I don’t have errors when launching files, but when I try to create it, another one is created and errors occur there. That’s why I’m trying to figure out how to create exactly the same

That is probably because the first one is an older version, and the new version must have breaking changes. Try copying and implanting replit.nix and .replit from your old repl into the new one.

2 Likes

image
I only have .hs files here

It is a hidden file, this is how you show them:

1 Like

image
As you can see, I turned it on so that they can be seen, but no new files appeared

image
And in the new environment there are such files

That is because replit moved from non-nix, to a nix based system. Your original repl is very old, and I am not sure if there is a way to create more like it.

Got it, thanks a lot for your reply!