aboutsummaryrefslogtreecommitdiff
path: root/CabalHelper/Compile.hs
diff options
context:
space:
mode:
authorDaniel Gröber <dxld@darkboxed.org>2015-08-27 04:13:36 +0200
committerDaniel Gröber <dxld@darkboxed.org>2015-08-27 04:13:36 +0200
commit9f1b0b5177047e9fce98ebb3aa1157ac50eb9dcd (patch)
treeec9ae79b02b9b10d985540fd2812d39a235c82ab /CabalHelper/Compile.hs
parent8f9ebcc1d9b087cc83aeb802a5ef93a622c3bcd9 (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.hs1
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"