Why the warnings about not changing `package.yaml` (Haskell)

Hey, I’m just curious about the warnings about not editing package.yaml.

I’m playing around with a few extra libraries (pipes etc), and I noticed that the CI testers don’t have any problems with this.

I also added a bunch of language extensions that I’m using to the above file, also without problems. So… Why the warning?

Hey @joncol, sorry for the confusion!

We actually removed those warnings from the starter code recently. They were originally there because our tester didn’t support editing those files, but that’s no longer the case.