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
Windows 11, not WSL2, plain Windows installation from terminal.
src\Language\Haskell\Ghcid\Terminal.hs:66:21: error:
Ambiguous occurrence ‘wM_SETICON’
It could refer to
either ‘Graphics.Win32.Message.wM_SETICON’,
imported from ‘Graphics.Win32.Message’ at src\Language\Haskell\Ghcid\Terminal.hs:16:1-29
or ‘Language.Haskell.Ghcid.Terminal.wM_SETICON’,
defined at src\Language\Haskell\Ghcid\Terminal.hs:21:1
|
66 | sendMessage wnd wM_SETICON iCON_SMALL $ fromIntegral $ castPtrToUINTPtr icon
| ^^^^^^^^^^
src\Language\Haskell\Ghcid\Terminal.hs:66:32: error:
Ambiguous occurrence ‘iCON_SMALL’
It could refer to
either ‘Graphics.Win32.Message.iCON_SMALL’,
imported from ‘Graphics.Win32.Message’ at src\Language\Haskell\Ghcid\Terminal.hs:16:1-29
or ‘Language.Haskell.Ghcid.Terminal.iCON_SMALL’,
defined at src\Language\Haskell\Ghcid\Terminal.hs:25:1
|
66 | sendMessage wnd wM_SETICON iCON_SMALL $ fromIntegral $ castPtrToUINTPtr icon
| ^^^^^^^^^^
and so on. I know Windows and Haskell are enemies, but for some reason I need this build not under/against WSL2.
The text was updated successfully, but these errors were encountered:
Windows 11, not WSL2, plain Windows installation from terminal.
and so on. I know Windows and Haskell are enemies, but for some reason I need this build not under/against WSL2.
The text was updated successfully, but these errors were encountered: