- Support GHC 9.6.
-
Added
cmdTuningParams
. -
Fixed type of
cmdEntryPoints
.
- Added
cmdFields
,cmdNew
,cmdProject
,cmdTypes
, andcmdEntryPoints
.
-
ServerCfg
no longer has any type class instances. -
ServerCfg
now has acfgOnLine
field.
withServer
no longer hides a previous exception if an exception occurs duringstopServer
.
stopServer
(and hencewithServer
) now throw an exception if the process fails.
- Added
cmdPauseProfiling
,cmdUnpauseProfiling
,cmdSetTuningParam
.
cmdInputs
andcmdOutputs
now returnInputType
andOutputType
values instead of justTypeName
, in order to also capture consumption information.
- First version. Released on an unsuspecting world.