diff options
author | Daniel Gröber <dxld@darkboxed.org> | 2015-08-27 04:13:36 +0200 |
---|---|---|
committer | Daniel Gröber <dxld@darkboxed.org> | 2015-08-27 04:13:36 +0200 |
commit | 9f1b0b5177047e9fce98ebb3aa1157ac50eb9dcd (patch) | |
tree | ec9ae79b02b9b10d985540fd2812d39a235c82ab /CabalHelper/Compile.hs | |
parent | 8f9ebcc1d9b087cc83aeb802a5ef93a622c3bcd9 (diff) |
Add `licenses` command
Totally not stolen from
https://github.com/jaspervdj/cabal-dependency-licenses, no never!
Diffstat (limited to 'CabalHelper/Compile.hs')
-rw-r--r-- | CabalHelper/Compile.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CabalHelper/Compile.hs b/CabalHelper/Compile.hs index 86020d6..5e72a39 100644 --- a/CabalHelper/Compile.hs +++ b/CabalHelper/Compile.hs @@ -174,6 +174,7 @@ compile distdir opts@Options {..} Compile {..} = do if isNothing cCabalSourceDir then [ "-hide-all-packages" , "-package", "base" + , "-package", "containers" , "-package", "directory" , "-package", "filepath" , "-package", "process" |