added parseargs to packages

This commit is contained in:
Bart Massey 2012-12-03 23:30:06 -08:00
parent b9a7065a0d
commit f5cb3738ce

View File

@ -75,6 +75,9 @@ defaultStablePackages = execWriter $ do
mapM_ (add "Edward Kmett") $ words
"lens"
mapM_ (add "Bart Massey <bart.massey+stackage@gmail.com>") $ words
"parseargs"
where
add maintainer package = addRange maintainer package "-any"
addRange maintainer package range =