diff options
author | Daniel Gröber <dxld@darkboxed.org> | 2015-08-27 07:22:45 +0200 |
---|---|---|
committer | Daniel Gröber <dxld@darkboxed.org> | 2015-08-27 07:22:45 +0200 |
commit | c077880ea13970f37ceb82d34cf6e1ddb4c1f12a (patch) | |
tree | dee6f1691102dab158dc5d8723866d1b7cabb688 /CabalHelper | |
parent | 2e4007139ae000641f4f23f6e6502be5411ef479 (diff) |
Fix `Unknown command: license`
Diffstat (limited to 'CabalHelper')
-rw-r--r-- | CabalHelper/Main.hs | 3 |
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 |