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 #27

Closed MondayMorningHaskell closed 3 years ago

MondayMorningHaskell commented 3 years ago

I forget why exactly I decided to not use System.FilePath and instead write my own OS-agnostic functions (see DirectoryUtils.hs), but I feel like it probably wasn't a good idea. Investigate incorporating the filepath package instead. Primarily, replace uses of pathJoin with </>, and so on.