packages feed

pantry-tmp-0.1.0.0: src/windows/System/IsWindows.hs

{-# LANGUAGE NoImplicitPrelude #-}
module System.IsWindows
  ( osIsWindows
  ) where

import RIO (Bool (..))

-- | True if using Windows OS.
osIsWindows :: Bool
osIsWindows = True