You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is not an issue as such, but to record for the benefit of other users that I was able to build the 'Hello World' example on Windows 11 with EDIT: a modified version of Stack 2.15.1 the master branch version of Stack (post-Stack 2.15.1), as follows:
I needed also needed to install with stack exec -- pacman (SDL versions after 2.24.1-1 do not work):
-S mingw-w64-x86_64-pkgconf
-U mingw-w64-x86_64-SDL2-2.24.1-1-any.pkg.tar.zst # From archive at https://repo.msys2.org/mingw/mingw64/
-S mingw-w64-x86_64-glew
EDIT: Stack 2.15.1/pantry-9.3.2 does not appear to handle an extra-dep with submodules. That is being investigated at commercialhaskell/stack#5536. That has been fixed in the master branch version of Stack (if you are not using GHCup to manage versions of Stack, stack upgrade --source-only --git).
The text was updated successfully, but these errors were encountered:
This is not an issue as such, but to record for the benefit of other users that I was able to build the 'Hello World' example on Windows 11 with EDIT:
a modified version of Stack 2.15.1themaster
branch version of Stack (post-Stack 2.15.1), as follows:A Stack configuration:
A
package.yaml
:I needed also needed to install with
stack exec -- pacman
(SDL versions after 2.24.1-1 do not work):EDIT: Stack 2.15.1/pantry-9.3.2 does not appear to handle an extra-dep with submodules.
That is being investigated at commercialhaskell/stack#5536.That has been fixed in themaster
branch version of Stack (if you are not using GHCup to manage versions of Stack,stack upgrade --source-only --git
).The text was updated successfully, but these errors were encountered: