exercism / haskell-test-runner

GNU Affero General Public License v3.0
1 stars 13 forks source link

Pre-load `attoparsec` and `megaparsec` dependencies #37

Closed mike-barber closed 2 years ago

mike-barber commented 2 years ago

This is a small PR to add attoparsec and megaparsec to the pre-compiled dependencies, following a discussion in issue #1044.

I've verified that the resulting image is able to run the two variations of the wordy problem I had attempted previously.

Please let me know if I should update anything besides pre-compiled/package.yaml, and I'll be happy to do so. It's my first contribution here, so I'm likely to have missed something.

ErikSchierboom commented 2 years ago

Thanks @mike-barber!

mike-barber commented 2 years ago

Thanks @ErikSchierboom and @petertseng

All looking good - I've tested submitting two iterations of my wordy solution again using megaparsec and attoparsec. The tests are passing now :)

ErikSchierboom commented 2 years ago

Great to hear!