MondayMorningHaskell / haskellings

An automated tutorial to teach you about Haskell!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use System.FilePath Library

MondayMorningHaskell opened this issue · comments

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.