Skip to content
  • AndreasVoellmy's avatar
    Avoid conditional compilation in GHC.Event.Manager. · e88c6eff
    AndreasVoellmy authored and tibbe's avatar tibbe committed
    Use ordinary Bool value to distinguish between backends supporting oneShot mode and eliminate several uses of conditional compilation in favor of ordinary conditional expressions using this Bool value. The benefit of this change is that more of the code compiles on more of the platforms.
    e88c6eff