Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
The module of this name differs as between Windows and non-Windows builds. This is the Windows version.
Synopsis
- fixCodePage :: HasTerm env => Bool -> Version -> RIO env a -> RIO env a
- getTerminalWidth :: IO (Maybe Int)
- hIsTerminalDeviceOrMinTTY :: MonadIO m => Handle -> m Bool
Documentation
Set the code page for this process as necessary. Only applies to Windows. See: https://github.com/commercialhaskell/stack/issues/738