Added some of Neil's packages

This commit is contained in:
Michael Snoyman 2012-11-25 08:29:48 +02:00
parent a2a08189a6
commit 9d74f661de

View File

@ -58,6 +58,10 @@ stablePackages = execWriter $ do
add "markdown"
add "filesystem-conduit"
add "mime-mail-ses"
-- Neil Mitchell
add "hoogle"
add "hlint"
where
add = flip addRange "-any"
addRange package range =