haskell / directory

Platform-independent library for basic file system operations
https://hackage.haskell.org/package/directory
Other
58 stars 47 forks source link

directory master uses quasiquotes #192

Closed wz1000 closed 4 weeks ago

wz1000 commented 1 month ago

https://github.com/haskell/directory/commit/367241f977b102a394be348f176c9688f1130f42 introduced a usage of QuasiQuotes which is not allowed for core libraries (some platforms do not support TH).