aboutsummaryrefslogtreecommitdiff
path: root/Distribution/Helper.hs
diff options
context:
space:
mode:
authorDaniel Gröber <dxld@darkboxed.org>2015-08-10 09:14:00 +0200
committerDaniel Gröber <dxld@darkboxed.org>2015-08-10 09:28:44 +0200
commita3c3997626264ebce9efb6508816ee918f7b9917 (patch)
treedaeb21e5a8b5e73da2c2a930269c3e1f385d7f11 /Distribution/Helper.hs
parent6a550dc667295158c8bb01c6cb82ee5a4c97c182 (diff)
Fix test
Diffstat (limited to 'Distribution/Helper.hs')
-rw-r--r--Distribution/Helper.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Distribution/Helper.hs b/Distribution/Helper.hs
index 05f5b3c..956f714 100644
--- a/Distribution/Helper.hs
+++ b/Distribution/Helper.hs
@@ -243,7 +243,7 @@ writeAutogenFiles :: MonadIO m
-> m ()
writeAutogenFiles distdir = liftIO $ do
exe <- findLibexecExe "cabal-helper-wrapper"
- void $ readProcess exe [distdir, "write-autogen-files"] ""
+ void $ readProcess exe ["/nowhere/../..", distdir, "write-autogen-files"] ""
-- | Get the path to the sandbox package-db in a project
getSandboxPkgDb :: FilePath