Fix to-cabal script
This commit is contained in:
parent
82cf5d5b61
commit
ed9cafbf8f
@ -3,7 +3,7 @@ import Control.Applicative ((<$>))
|
||||
|
||||
main = do
|
||||
pkgs <- map (intercalate " == ")
|
||||
. filter (\xs -> not $ ["parsec", "text"] `isPrefixOf` xs)
|
||||
. filter (\xs -> not $ any (`isPrefixOf` xs) $ map return ["parsec", "text", "transformers", "mtl"])
|
||||
. map words
|
||||
. filter (not . null)
|
||||
. lines
|
||||
|
||||
Loading…
Reference in New Issue
Block a user