MondayMorningHaskell / haskellings

An automated tutorial to teach you about Haskell!
BSD 3-Clause "New" or "Revised" License
166 stars 25 forks source link

Upgrade to 8.10.4 #44

Closed jhb563 closed 3 years ago

jhb563 commented 3 years ago

Addresses https://github.com/MondayMorningHaskell/haskellings/issues/37

It seemed there was an issue where GHC would non-deterministically fail to create the final executable. After upgrading the system to use GHC 8.10.4 instead of 8.8.4, I am unable to reproduce this failure.

MondayMorningHaskell commented 3 years ago

I'm going to skip CI on this...seems like there's not a Docker container for LTS 18.4 just yet, but I think it's worthwhile to move forward here.