haskell / docker-haskell

MIT License
63 stars 36 forks source link

Windows Support #62

Open AlistairB opened 2 years ago

AlistairB commented 2 years ago

3

To Do

Status

I believe the built image actually works. Now it is a matter of testing it and figuring out how CI works. The hard part of this is trying to rig up stack to use the inbuilt msys2 as per the below.

Blockers

Can't use existing msys2 with stack

EDIT: Ok this is not really a blocker, as ghcup notes users should be able to use the inbuilt msys2 via skip-msys, extra-path, extra-include-dirs, extra-lib-dirs stack flags. I believe this is necessary because when the GUI installer is not used the bundled stack msys2 is not installed.

There doesn't seem to be a way to nicely either use an existing msys2 install with stack, or install the bundled msys2 that the stack GUI installer installs.

Relevant issues: