yesod-platform: do not include text
This commit is contained in:
parent
8802472344
commit
c34a62e5ca
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user