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/Data.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'CabalHelper/Data.hs') diff --git a/CabalHelper/Data.hs b/CabalHelper/Data.hs index 6f86ff9..2c3404a 100644 --- a/CabalHelper/Data.hs +++ b/CabalHelper/Data.hs @@ -41,5 +41,6 @@ sourceFiles = [ ("Main.hs", $(LitE . StringL <$> runIO (UTF8.toString <$> BS.readFile "CabalHelper/Main.hs"))) , ("Common.hs", $(LitE . StringL <$> runIO (UTF8.toString <$> BS.readFile "CabalHelper/Common.hs"))) , ("Sandbox.hs", $(LitE . StringL <$> runIO (UTF8.toString <$> BS.readFile "CabalHelper/Sandbox.hs"))) + , ("Licenses.hs", $(LitE . StringL <$> runIO (UTF8.toString <$> BS.readFile "CabalHelper/Licenses.hs"))) , ("Types.hs", $(LitE . StringL <$> runIO (UTF8.toString <$> BS.readFile "CabalHelper/Types.hs"))) ] -- cgit v1.2.3