[Git][ghc/ghc][wip/base-stability] 3 commits: base: Add export list to GHC.Real
Ben Gamari (@bgamari)
gitlab at gitlab.haskell.org
Thu Aug 17 19:48:32 UTC 2023
Ben Gamari pushed to branch wip/base-stability at Glasgow Haskell Compiler / GHC
Commits:
290a16a0 by Ben Gamari at 2023-08-17T15:48:18-04:00
base: Add export list to GHC.Real
- - - - -
e6a5858e by Ben Gamari at 2023-08-17T15:48:28-04:00
base: Eliminate module reexport in GHC.Exception
The metric increase here isn't strictly due to this commit but it's a
rather small, incidental change.
Metric Increase:
T8095
T13386
Metric Decrease:
T8095
T13386
T18304
- - - - -
fa4a62e2 by Ben Gamari at 2023-08-17T15:48:28-04:00
base: Add disclaimers in internal modules
To warn users that these modules are internal and their interfaces may
change with little warning.
As proposed in Core Libraries Committee #146 [CLC146].
[CLC146]: https://github.com/haskell/core-libraries-committee/issues/146
- - - - -
30 changed files:
- libraries/base/GHC/Arr.hs
- libraries/base/GHC/Conc.hs
- libraries/base/GHC/Conc/IO.hs
- libraries/base/GHC/Desugar.hs
- libraries/base/GHC/Encoding/UTF8.hs
- libraries/base/GHC/Event/TimeOut.hs
- libraries/base/GHC/Exception.hs
- libraries/base/GHC/Exception/Type.hs
- libraries/base/GHC/ExecutionStack/Internal.hsc
- libraries/base/GHC/Fingerprint/Type.hs
- libraries/base/GHC/Float/RealFracMethods.hs
- libraries/base/GHC/GHCi.hs
- libraries/base/GHC/GHCi/Helpers.hs
- libraries/base/GHC/IO.hs
- libraries/base/GHC/IO/Buffer.hs
- libraries/base/GHC/IO/Device.hs
- libraries/base/GHC/IO/Encoding.hs
- libraries/base/GHC/IO/Exception.hs
- libraries/base/GHC/IO/Handle/Internals.hs
- libraries/base/GHC/IO/Handle/Text.hs
- libraries/base/GHC/IO/Handle/Types.hs
- libraries/base/GHC/IO/SubSystem.hs
- libraries/base/GHC/IOPort.hs
- libraries/base/GHC/InfoProv.hsc
- libraries/base/GHC/RTS/Flags.hsc
- libraries/base/GHC/Real.hs
- libraries/base/GHC/Stack/Types.hs
- libraries/base/GHC/Stats.hsc
- libraries/base/GHC/TopHandler.hs
- libraries/base/GHC/TypeLits/Internal.hs
The diff was not included because it is too large.
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/5ac539e686859bc0e59700c8809db1372fb2adfe...fa4a62e26bc02c7007d174597ce1d8c1ecbb0c68
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/5ac539e686859bc0e59700c8809db1372fb2adfe...fa4a62e26bc02c7007d174597ce1d8c1ecbb0c68
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20230817/6d15d8b9/attachment-0001.html>
More information about the ghc-commits
mailing list