aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/haskell/haskellplugin.cpp
diff options
context:
space:
mode:
authorChristian Stenger <[email protected]>2023-01-24 14:29:51 +0100
committerChristian Stenger <[email protected]>2023-01-24 13:38:24 +0000
commitafcdcb2a8e68d5f8d3ee7f900c3737db4bb81339 (patch)
tree9dc0fed93a72a46eedc766fefc3fd5b2ac4c13f5 /plugins/haskell/haskellplugin.cpp
parent995fe3c6da501d05ee11ec77d377690e55236fbb (diff)
Adapt to upstream changeHEADmaster
Diffstat (limited to 'plugins/haskell/haskellplugin.cpp')
-rw-r--r--plugins/haskell/haskellplugin.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/haskell/haskellplugin.cpp b/plugins/haskell/haskellplugin.cpp
index e917116..c3ae400 100644
--- a/plugins/haskell/haskellplugin.cpp
+++ b/plugins/haskell/haskellplugin.cpp
@@ -54,6 +54,7 @@ public:
HaskellBuildConfigurationFactory buildConfigFactory;
StackBuildStepFactory stackBuildStepFactory;
HaskellRunConfigurationFactory runConfigFactory;
+ ProjectExplorer::SimpleTargetRunnerFactory runWorkerFactory{{Constants::C_HASKELL_RUNCONFIG_ID}};
};
HaskellPlugin::~HaskellPlugin()