ghc-debug-common-0.6.0.0: Connect to a socket created by ghc-debug-stub and analyse the heap of the debuggee program.
Safe HaskellSafe-Inferred
LanguageHaskell2010

GHC.Debug.Types.Version

Documentation

data ProfilingMode Source #

Constructors

NoProfiling

We are running profiled code but not doing any profiling right now

RetainerProfiling 
LDVProfiling 
EraProfiling 
OtherProfiling 

data Version Source #

Instances

Instances details
Show Version Source # 
Instance details

Defined in GHC.Debug.Types.Version

Eq Version Source # 
Instance details

Defined in GHC.Debug.Types.Version

Methods

(==) :: Version -> Version -> Bool #

(/=) :: Version -> Version -> Bool #

Ord Version Source # 
Instance details

Defined in GHC.Debug.Types.Version