From 9f1b0b5177047e9fce98ebb3aa1157ac50eb9dcd Mon Sep 17 00:00:00 2001 From: Daniel Gröber Date: Thu, 27 Aug 2015 04:13:36 +0200 Subject: Add `licenses` command Totally not stolen from https://github.com/jaspervdj/cabal-dependency-licenses, no never! --- CabalHelper/Compile.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'CabalHelper/Compile.hs') 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" -- cgit v1.2.3