Skip to content
Snippets Groups Projects
Commit b9d2c354 authored by BinderDavid's avatar BinderDavid Committed by Marge Bot
Browse files

Expose HpcFlags and getHpcFlags from GHC.RTS.Flags

parent 1f43124f
No related branches found
No related tags found
No related merge requests found
......@@ -36,6 +36,7 @@ module GHC.RTS.Flags
, TraceFlags (..)
, TickyFlags (..)
, ParFlags (..)
, HpcFlags (..)
, IoSubSystem (..)
, getRTSFlags
, getGCFlags
......@@ -48,6 +49,7 @@ module GHC.RTS.Flags
, getTraceFlags
, getTickyFlags
, getParFlags
, getHpcFlags
) where
#include "Rts.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment