mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-12 07:18:31 +01:00
Removed some no-longer-needed transient deps
This commit is contained in:
parent
1833de64b8
commit
91b1f3b76c
@ -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 =
|
||||
|
||||
Loading…
Reference in New Issue
Block a user