stack-2.9.1: src/windows/System/Uname.hs
module System.Uname ( getRelease ) where getRelease :: IO String getRelease = error "getRelease not supported on Windows"
module System.Uname ( getRelease ) where getRelease :: IO String getRelease = error "getRelease not supported on Windows"