yesod-platform: do not include text

This commit is contained in:
Michael Snoyman 2012-04-23 14:14:41 +03:00
parent 8802472344
commit c34a62e5ca

View File

@ -3,7 +3,7 @@ import Control.Applicative ((<$>))
main = do
pkgs <- map (intercalate " == ")
. filter (\xs -> not $ ["parsec"] `isPrefixOf` xs)
. filter (\xs -> not $ ["parsec", "text"] `isPrefixOf` xs)
. map words
. filter (not . null)
. lines