yesod-platform: do not include text
This commit is contained in:
parent
8802472344
commit
c34a62e5ca
@ -3,7 +3,7 @@ import Control.Applicative ((<$>))
|
|||||||
|
|
||||||
main = do
|
main = do
|
||||||
pkgs <- map (intercalate " == ")
|
pkgs <- map (intercalate " == ")
|
||||||
. filter (\xs -> not $ ["parsec"] `isPrefixOf` xs)
|
. filter (\xs -> not $ ["parsec", "text"] `isPrefixOf` xs)
|
||||||
. map words
|
. map words
|
||||||
. filter (not . null)
|
. filter (not . null)
|
||||||
. lines
|
. lines
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user