mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-09-06 18:03:52 +02:00
Only add mandrill on GHC 7.8/non-HP (wreq problems)
This commit is contained in:
parent
ad44d1b2f3
commit
72cca85053
@ -302,6 +302,7 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
|
||||
mapM_ (add "Alan Zimmerman") $ words
|
||||
"hjsmin language-javascript"
|
||||
|
||||
when (ghcVer >= GhcMajorVersion 7 8 && not requireHP) $
|
||||
mapM_ (add "Alfredo Di Napoli <alfredo.dinapoli@gmail.com>") $ words
|
||||
"mandrill"
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user