summaryrefslogtreecommitdiff
path: root/libraries/base/GHC/IO/Encoding.hs-boot
blob: ea32431eb77a597c57cd37912c18455fe0379615 (plain)
1
2
3
4
5
6
7
8
9
10
{-# LANGUAGE Trustworthy #-}
{-# LANGUAGE NoImplicitPrelude #-}

module GHC.IO.Encoding where

import GHC.IO (IO)
import GHC.IO.Encoding.Types

getLocaleEncoding, getFileSystemEncoding, getForeignEncoding :: IO TextEncoding