haskell / win32

Haskell support for the Win32 API
http://hackage.haskell.org/package/Win32
Other
97 stars 62 forks source link

Win32-2.6.2.1, provided by GHC 8.10.6 and 8.10.7, is not on Hackage #184

Closed mpilgrem closed 3 years ago

mpilgrem commented 3 years ago

GHC 8.10.6 and GHC 8.10.7 include Win32-2.6.2.1. However, there is no Win32-2.6.2.1 listed on Hackage (only Win32-2.6.2.0).

This causes a problem with stack. LTS-18.7 and -18.8 (GHC 8.10.6) specify an incorrect verison of Win32 but that can't be solved with extra-deps because Could not find Win32-2.6.2.1 on Hackage.

Mistuke commented 3 years ago

Hmm looks like hackage rejected the upload, not sure why.. I'll re-run the CI job

Mistuke commented 3 years ago

Done, thanks for the report.