libraries/base/GHC/IO/Encoding.hs-boot (6 lines of code) (raw):

{-# LANGUAGE Trustworthy #-} {-# LANGUAGE NoImplicitPrelude #-} module GHC.IO.Encoding where import GHC.IO (IO) import GHC.IO.Encoding.Types getLocaleEncoding, getFileSystemEncoding, getForeignEncoding :: IO TextEncoding