-- | The module of this name differs as between Windows and non-Windows builds.

-- This is the Windows version.

module System.Uname
  ( getRelease
  ) where

getRelease :: IO String
getRelease :: IO String
getRelease = String -> IO String
forall a. HasCallStack => String -> a
error String
"getRelease not supported on Windows"