diff options
author | Ben Gamari <ben@smart-cactus.org> | 2020-11-18 20:15:07 -0500 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2022-01-29 02:40:45 -0500 |
commit | 2e29edb7421c21902b47d130d45f60d3f584a0de (patch) | |
tree | 1b07c17f1c3a07fd84f6f421c836e29435e2bb15 /rts/rts.cabal.in | |
parent | 6b0cea298f7ad222879fafd2905293ab939ff8b3 (diff) | |
download | haskell-2e29edb7421c21902b47d130d45f60d3f584a0de.tar.gz |
rts: Refactor event types
Previously we would build the eventTypes array at runtime during RTS
initialization. However, this is completely unnecessary; it is
completely static data.
Diffstat (limited to 'rts/rts.cabal.in')
-rw-r--r-- | rts/rts.cabal.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rts/rts.cabal.in b/rts/rts.cabal.in index 9e998bb911..e7d5c4a7c7 100644 --- a/rts/rts.cabal.in +++ b/rts/rts.cabal.in @@ -168,6 +168,8 @@ library ghcautoconf.h ghcconfig.h ghcplatform.h ghcversion.h -- ^ from include DerivedConstants.h ffi.h ffitarget.h + rts/EventLogConstants.h + rts/EventTypes.h -- ^ generated rts/Adjustor.h rts/ExecPage.h |