haskell / play-haskell

Haskell Playground
125 stars 8 forks source link

Save GHC version in stored pastes #15

Open tomsmeding opened 1 year ago

tomsmeding commented 1 year ago

Currently when loading a stored paste, the playground just selects the default GHC version, rather than the version selected when the paste was created. This is annoying when wanting to demonstrate behaviour with one particular GHC version.

trevorsibanda commented 1 year ago

Hi @tomsmeding I'd like to start on this. Any tips or anything I should be aware of?

tomsmeding commented 1 year ago

Thanks! I expect that you'll need to do the following things:

Let me know if you get stuck!

trevorsibanda commented 1 year ago

Opened a draft PR.

Comments welcome before I move forward tomorrow.