-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Work on Windows #87
Comments
Thanks for the suggestion! I've pushed 6c8c273 which removes the I don't currently have access to a Windows machine for testing, though. Could you confirm whether or not the latest |
Any reason for not just going for nightly? People think lts has magically properties - it doesn't - it's just a buggy version of nightly. http://neilmitchell.blogspot.co.uk/2015/12/whats-point-of-stackage-lts.html Will test it out later. Generally I suggest using Appveyor which will keep it working. |
I'm getting errors all over the place, e.g.:
Seems like you need a lot of |
Strange, it passes in CI and has Maybe |
Your guess was correct.
Looks like you're using |
As pointed out by #87. (However, Windows support is still not yet tested.)
As pointed out by #87. (However, Windows support is still not yet tested.)
@ndmitchell fyi, new patch came in Sep 2018 that fixed your last comment (from May 2018) |
Currently
pier
depends onunix
. It seems that the reason is to use symlinks? The latestdirectory
package has https://hackage.haskell.org/package/directory-1.3.2.2/docs/System-Directory.html#v:createDirectoryLink, which might give you a portable way of doing that.The text was updated successfully, but these errors were encountered: