mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-02-05 11:00:25 +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-newsfeed"
|
||||||
add "yesod-sitemap"
|
add "yesod-sitemap"
|
||||||
add "yesod-static"
|
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
|
where
|
||||||
add = flip addRange "-any"
|
add = flip addRange "-any"
|
||||||
addRange package range =
|
addRange package range =
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user