From d739955944476fee18f444aa4ad65b5bdc05b0f5 Mon Sep 17 00:00:00 2001 From: Michael Date: Sun, 5 Aug 2012 09:41:26 +0300 Subject: [PATCH] Expand yesod-platform package blacklist (#392) --- yesod-platform/to-cabal.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yesod-platform/to-cabal.hs b/yesod-platform/to-cabal.hs index 4c4fc54f..966a40a8 100644 --- a/yesod-platform/to-cabal.hs +++ b/yesod-platform/to-cabal.hs @@ -3,7 +3,7 @@ import Control.Applicative ((<$>)) main = do pkgs <- map (intercalate " == ") - . filter (\xs -> not $ any (`isPrefixOf` xs) $ map return ["parsec", "text", "transformers", "mtl", "HUnit", "QuickCheck", "binary"]) + . filter (\xs -> not $ any (`isPrefixOf` xs) $ map return ["parsec", "text", "transformers", "mtl", "HUnit", "QuickCheck", "binary", "zlib", "stm", "regex-compat"]) . map words . filter (not . null) . lines