commercialhaskell / path

Typed filepath
Other
122 stars 45 forks source link

Make Rel, Abs, File and Dir instances of Data #187

Closed Martinsos closed 2 years ago

Martinsos commented 2 years ago

As I describe in https://github.com/commercialhaskell/path/issues/186, this would enable Path Rel Dir, Path Rel File, and so on, to also be instances of Data, which enables any other data type that uses Path as part of its structure to also easily derive Data.

NorfairKing commented 2 years ago

Nothing disagreeable from my perspective. I'll merge in a few days if no one else objects.