MondayMorningHaskell / haskellings

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

Use System.FilePath Library #50

Closed jhb563 closed 3 years ago

jhb563 commented 3 years ago

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

Use System.FilePath library instead of relying on custom built functions.