Matthew Harm Bekkema
Matthew Harm Bekkema
> Hey thanks for taking the time to work on this! If I'm understanding this correctly what this is doing is automatically building the Haskell packages via cargo build rather...
> Ohhh I was wondering what that meant. You're saying it has to be installed locally for it to work? Is there some way to just get this into the...
> You could do a symlink for the build file. It'll just point to one file but it's treated as if it's in the same directory. Right, I forgot about...
Haskell has `#include` directives via CPP but the Setup.hs file gets copied to a different location before it gets compiled so it wont be as simple as ```` #include "../src/Curryrs/Build.hs"...
Doesn't the new comment conflict with `"C:\\home" "\\bob" == "\\bob"`?