diff options
| author | Hécate Moonlight <hecate+gitlab@glitchbra.in> | 2022-01-20 21:55:16 +0100 |
|---|---|---|
| committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2022-02-04 16:14:10 -0500 |
| commit | 4bd52410d03f851f69f85d43855358733d5ceb6d (patch) | |
| tree | 5d64eda4df2fa904b1a4062e7cff7287cf6e6ec1 /libraries/base/System | |
| parent | 62d670eb3a1c059f1ff977471f8d77dac5cf21b8 (diff) | |
| download | haskell-4bd52410d03f851f69f85d43855358733d5ceb6d.tar.gz | |
Add the Ix class to Foreign C integral types
Related CLC proposal is here: https://github.com/haskell/core-libraries-committee/issues/30
Diffstat (limited to 'libraries/base/System')
| -rw-r--r-- | libraries/base/System/Posix/Types.hs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libraries/base/System/Posix/Types.hs b/libraries/base/System/Posix/Types.hs index d3654fef86..a69649d403 100644 --- a/libraries/base/System/Posix/Types.hs +++ b/libraries/base/System/Posix/Types.hs @@ -134,10 +134,11 @@ import Foreign.C import GHC.Base import GHC.Enum +import GHC.Ix import GHC.Num +import GHC.Read import GHC.Real -- import GHC.Prim -import GHC.Read import GHC.Show #include "CTypes.h" |
