<div dir="ltr">Hi all,<br><br>In ghc 9.12-alpha the Enum instance for IoSubSystem no longer exists. I don't<br>see this change mentioned anywhere in the docs (release notes/changelog) here:<br><a href="https://downloads.haskell.org/ghc/9.12.1-alpha1/docs/users_guide/9.12.1-notes.html">https://downloads.haskell.org/ghc/9.12.1-alpha1/docs/users_guide/9.12.1-notes.html</a><br><br>Was this change intended or was it a refactoring issue?<br><br>The datatype itself was moved from GHC.Internal.RTS.Flags to<br>GHC.Internal.IO.SubSystem.<br><br>The enum instance was earlier defined in GHC.Internal.RTS.Flags but now isn't<br>defined in either of the modules.<br><br>Best,<br>Adithya</div>