rampion / ReadArgs

Easy reading and parsing of command line arguments
BSD 3-Clause "New" or "Revised" License
8 stars 6 forks source link

system-filepath is deprecated #7

Open nomeata opened 9 years ago

nomeata commented 9 years ago

Hi,

system-filepath is deprecated. Please consider switching to the ilepath library.

Thanks, Joachim

rampion commented 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!