aboutsummaryrefslogtreecommitdiff
path: root/CabalHelper/Main.hs
diff options
context:
space:
mode:
authorDaniel Gröber <dxld@darkboxed.org>2015-08-10 08:44:41 +0200
committerDaniel Gröber <dxld@darkboxed.org>2015-08-10 08:44:41 +0200
commitcb9ef0eb54ebc8067e3adcfd8d0b1b7acd2ab12c (patch)
treea019ecf418819f50e4975f4792f171ed1618bb22 /CabalHelper/Main.hs
parent945cea6501c12edabfe764501513a2e384282100 (diff)
Add support for getting Cabal lib from sandbox
Diffstat (limited to 'CabalHelper/Main.hs')
-rw-r--r--CabalHelper/Main.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/CabalHelper/Main.hs b/CabalHelper/Main.hs
index 39cab5d..c0443e8 100644
--- a/CabalHelper/Main.hs
+++ b/CabalHelper/Main.hs
@@ -118,7 +118,7 @@ main :: IO ()
main = do
args <- getArgs
- distdir:args' <- case args of
+ projdir:distdir:args' <- case args of
[] -> usage >> exitFailure
_ -> return args