aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/haskell/haskellrunconfiguration.cpp
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2022-06-20 11:41:59 +0200
committerEike Ziller <eike.ziller@qt.io>2022-06-20 09:57:22 +0000
commitc8698cef40f2422dac471fc74325d4b63711c6d1 (patch)
tree4de8b1e2e2cf47e5fa8c1280898deea978c5177e /plugins/haskell/haskellrunconfiguration.cpp
parent110541d43253a6962a96360ccf2df0d1741ba9b7 (diff)
Fix build after upstream changes
Change-Id: I080a3da5eab5149a8e741781830e4359cbc518d4 Reviewed-by: hjk <hjk@qt.io>
Diffstat (limited to 'plugins/haskell/haskellrunconfiguration.cpp')
-rw-r--r--plugins/haskell/haskellrunconfiguration.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/haskell/haskellrunconfiguration.cpp b/plugins/haskell/haskellrunconfiguration.cpp
index e82cf81..b52c658 100644
--- a/plugins/haskell/haskellrunconfiguration.cpp
+++ b/plugins/haskell/haskellrunconfiguration.cpp
@@ -61,7 +61,7 @@ HaskellRunConfiguration::HaskellRunConfiguration(Target *target, Utils::Id id)
addAspect<HaskellExecutableAspect>();
addAspect<ArgumentsAspect>(macroExpander());
- auto workingDirAspect = addAspect<WorkingDirectoryAspect>(envAspect);
+ auto workingDirAspect = addAspect<WorkingDirectoryAspect>(macroExpander(), envAspect);
workingDirAspect->setDefaultWorkingDirectory(target->project()->projectDirectory());
workingDirAspect->setVisible(false);