module GHCup.Utils.Prelude.Posix where isWindows, isNotWindows :: Bool isWindows = False isNotWindows = not isWindows