MondayMorningHaskell / haskellings

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

Use broader predicate for GHC dir #42

Closed jhb563 closed 3 years ago

jhb563 commented 3 years ago

Address https://github.com/MondayMorningHaskell/haskellings/issues/40.

Makes the GHC predicate more flexible. Instead of requiring the directory to be exactly ghc-8.8.4, we permit any directory that starts with ghc and ends with the version number 8.8.4.