haskell / win32

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

Make cygwinMSYSCheck more robust (#186) #187

Closed RyanGlScott closed 2 years ago

RyanGlScott commented 2 years ago

We cannot rely on "-master" being at the end of the filepath name in cygwinMSYSCheck on recent MinTTYs.

Description

To accommodate, this patch updates the implementation of cygwinMSYSCheck to match what git-for-windows does:

Motivation and Context

Fixes #186.

Types of changes

Checklist:

Mistuke commented 2 years ago

Thanks! Ugh did someone move the 32-bit cabal..

Mistuke commented 2 years ago

Hmm looks like a CDN issue likely.

Mistuke commented 2 years ago

Thanks, looks good, I'll merge and release tomorrow when Im behind a computer.