Closed RyanGlScott closed 6 years ago
Win32 currently supports GHC 7.4 as the minimum, so many checks of the form #if __GLASGOW_HASKELL__ >= 701 are never reached. Let's remove them.
Win32
#if __GLASGOW_HASKELL__ >= 701
Fair enough. Thanks @RyanGlScott
Win32
currently supports GHC 7.4 as the minimum, so many checks of the form#if __GLASGOW_HASKELL__ >= 701
are never reached. Let's remove them.