From c077880ea13970f37ceb82d34cf6e1ddb4c1f12a Mon Sep 17 00:00:00 2001 From: Daniel Gröber Date: Thu, 27 Aug 2015 07:22:45 +0200 Subject: Fix `Unknown command: license` --- CabalHelper/Main.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3