Open nomeata opened 9 years ago
hmm. Looks like I was mainly using system-filepath for the newtype
, so System.Filepath
's FilePath
isn't a good replacement, as it's only a type alias and I need to write an type instance.
Easiest thing to do is probably drop the dependency and write my own newtype, but I'm not sure how popular that'd be. Need to think about this.
Thanks for the notification!
Hi,
system-filepath is deprecated. Please consider switching to the ilepath library.
Thanks, Joachim