[Git][ghc/ghc][master] 8 commits: base: Introduce Data.Enum

Marge Bot (@marge-bot) gitlab at gitlab.haskell.org
Wed Aug 23 21:37:04 UTC 2023



Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC


Commits:
4908d798 by Ben Gamari at 2023-08-23T17:36:41-04:00
base: Introduce Data.Enum

- - - - -
f59707c7 by Ben Gamari at 2023-08-23T17:36:41-04:00
base: Add export list to GHC.Num.Integer

- - - - -
b1054053 by Ben Gamari at 2023-08-23T17:36:41-04:00
base: Add export list to GHC.Num

- - - - -
6baa481d by Ben Gamari at 2023-08-23T17:36:41-04:00
base: Add export list to GHC.Num.Natural

- - - - -
2ac15233 by Ben Gamari at 2023-08-23T17:36:41-04:00
base: Add export list to GHC.Float

- - - - -
f3c489de by Ben Gamari at 2023-08-23T17:36:41-04:00
base: Add export list to GHC.Real

- - - - -
94f59eaa by Ben Gamari at 2023-08-23T17:36:41-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

- - - - -
be1fc7df by Ben Gamari at 2023-08-23T17:36:41-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/Data/Enum.hs
- 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.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/Num.hs
- libraries/base/GHC/RTS/Flags.hsc
- libraries/base/GHC/Real.hs
- libraries/base/GHC/Stack/Types.hs


The diff was not included because it is too large.


View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/a05cdaf018688491625066c0041a4686301d4bc2...be1fc7df81736b5c8e42377b249ecf781de397f3

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/a05cdaf018688491625066c0041a4686301d4bc2...be1fc7df81736b5c8e42377b249ecf781de397f3
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/20230823/5193f0d8/attachment-0001.html>


More information about the ghc-commits mailing list