aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Gröber <dxld@darkboxed.org>2015-08-27 07:22:45 +0200
committerDaniel Gröber <dxld@darkboxed.org>2015-08-27 07:22:45 +0200
commitc077880ea13970f37ceb82d34cf6e1ddb4c1f12a (patch)
treedee6f1691102dab158dc5d8723866d1b7cabb688
parent2e4007139ae000641f4f23f6e6502be5411ef479 (diff)
Fix `Unknown command: license`
-rw-r--r--CabalHelper/Main.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/CabalHelper/Main.hs b/CabalHelper/Main.hs
index 22c6721..7a86bdb 100644
--- a/CabalHelper/Main.hs
+++ b/CabalHelper/Main.hs
@@ -114,7 +114,8 @@ commands = [ "print-bli"
, "ghc-lang-options"
, "package-db-stack"
, "entrypoints"
- , "source-dirs"]
+ , "source-dirs"
+ , "licenses"]
main :: IO ()
main = do