Closed RyanGlScott closed 3 years ago
When building with base-4.15 or later, have System.Win32.NLS re-export the CodePage type synonym from GHC.IO.Encoding.CodePage in base.
base-4.15
System.Win32.NLS
CodePage
GHC.IO.Encoding.CodePage
base
This avoids potential import clashes, such as the one observed in RyanGlScott/code-page#5. This fixes #169.
Win32.cabal
Ah thanks! yeah the I need to consolidate the types in Base at some point..
Description
When building with
base-4.15
or later, haveSystem.Win32.NLS
re-export theCodePage
type synonym fromGHC.IO.Encoding.CodePage
inbase
.Motivation and Context
This avoids potential import clashes, such as the one observed in RyanGlScott/code-page#5. This fixes #169.
Types of changes
Checklist:
Win32.cabal
.