packages feed

ghc-heap-9.2.1: GHC/Exts/Heap/ProfInfo/PeekProfInfo.hs

{-# LANGUAGE CPP #-}

module GHC.Exts.Heap.ProfInfo.PeekProfInfo (module Reexport) where

-- See [hsc and CPP workaround]

#if defined(PROFILING)
import GHC.Exts.Heap.ProfInfo.PeekProfInfo_ProfilingEnabled as Reexport
import GHC.Exts.Heap.ProfInfo.PeekProfInfo_ProfilingDisabled ()
#else
import GHC.Exts.Heap.ProfInfo.PeekProfInfo_ProfilingDisabled as Reexport
import GHC.Exts.Heap.ProfInfo.PeekProfInfo_ProfilingEnabled ()
#endif