diff options
author | Daniel Gröber <dxld@darkboxed.org> | 2015-08-12 06:58:32 +0200 |
---|---|---|
committer | Daniel Gröber <dxld@darkboxed.org> | 2015-08-12 06:58:32 +0200 |
commit | e6ff6a7f5615294aa90b7f3ae6a2a8111a8e1540 (patch) | |
tree | 674cf95ba561f22a63cbfc499d53a331c370b70e /CabalHelper | |
parent | 58d6a5bbab4858ec3906074e8badd6b4f47b8e7f (diff) |
Fix tests
Diffstat (limited to 'CabalHelper')
-rw-r--r-- | CabalHelper/Main.hs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/CabalHelper/Main.hs b/CabalHelper/Main.hs index 0177cf5..290584d 100644 --- a/CabalHelper/Main.hs +++ b/CabalHelper/Main.hs @@ -159,8 +159,6 @@ 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 return Nothing |