aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--plugins/haskell/stackbuildstep.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/haskell/stackbuildstep.cpp b/plugins/haskell/stackbuildstep.cpp
index d392c03..1f5a253 100644
--- a/plugins/haskell/stackbuildstep.cpp
+++ b/plugins/haskell/stackbuildstep.cpp
@@ -29,6 +29,7 @@
#include <projectexplorer/buildconfiguration.h>
#include <projectexplorer/project.h>
+#include <projectexplorer/projectexplorerconstants.h>
using namespace ProjectExplorer;
@@ -79,6 +80,7 @@ StackBuildStepFactory::StackBuildStepFactory()
{
registerStep<StackBuildStep>(C_STACK_BUILD_STEP_ID);
setDisplayName(StackBuildStep::StackBuildStep::trDisplayName());
+ setSupportedStepList(ProjectExplorer::Constants::BUILDSTEPS_BUILD);
}
} // namespace Internal