diff options
author | Daniel Gröber <dxld@darkboxed.org> | 2015-08-10 09:14:00 +0200 |
---|---|---|
committer | Daniel Gröber <dxld@darkboxed.org> | 2015-08-10 09:28:44 +0200 |
commit | a3c3997626264ebce9efb6508816ee918f7b9917 (patch) | |
tree | daeb21e5a8b5e73da2c2a930269c3e1f385d7f11 /CabalHelper | |
parent | 6a550dc667295158c8bb01c6cb82ee5a4c97c182 (diff) |
Fix test
Diffstat (limited to 'CabalHelper')
-rw-r--r-- | CabalHelper/Main.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CabalHelper/Main.hs b/CabalHelper/Main.hs index c0443e8..0177cf5 100644 --- a/CabalHelper/Main.hs +++ b/CabalHelper/Main.hs @@ -159,6 +159,7 @@ main = do print =<< flip mapM cmds $$ \cmd -> do case cmd of "write-autogen-files":[] -> do + -- can't use @projdir@ here let pd = localPkgDescr lbi -- calls writeAutogenFiles initialBuildSteps distdir pd lbi v |