Removed some no-longer-needed transient deps

This commit is contained in:
Michael Snoyman 2012-11-23 11:11:28 +02:00
parent 1833de64b8
commit 91b1f3b76c

View File

@ -54,10 +54,6 @@ stablePackages = execWriter $ do
add "yesod-newsfeed"
add "yesod-sitemap"
add "yesod-static"
-- A few transient deps not otherwise picked up
add "cipher-aes"
when (buildOS == Linux) $ add "hinotify"
unless (buildOS == Windows) $ add "unix-time"
where
add = flip addRange "-any"
addRange package range =