module GHCup.Utils.Prelude.Windows where isWindows, isNotWindows :: Bool isWindows = True isNotWindows = not isWindows