[Haskell-cafe] Shake, Shelly, & FilePath

Greg Weber greg at gregweber.info
Sat Mar 9 17:05:39 CET 2013


Shelly is using system-filepath which was created as an improvement over
using a simple String. For a build system in which you name all your files
you may not care about the upside.
If you want a version of Shelly that uses String you can try Shellish, its
predecessor. Otherwise the shim should be written for Shake to use
system-filepath.

Greg Weber
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20130309/019465c2/attachment.htm>


More information about the Haskell-Cafe mailing list