mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-13 07:48:31 +01:00
Only add mandrill on GHC 7.8/non-HP (wreq problems)
This commit is contained in:
parent
ad44d1b2f3
commit
72cca85053
@ -302,8 +302,9 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
|
||||
mapM_ (add "Alan Zimmerman") $ words
|
||||
"hjsmin language-javascript"
|
||||
|
||||
mapM_ (add "Alfredo Di Napoli <alfredo.dinapoli@gmail.com>") $ words
|
||||
"mandrill"
|
||||
when (ghcVer >= GhcMajorVersion 7 8 && not requireHP) $
|
||||
mapM_ (add "Alfredo Di Napoli <alfredo.dinapoli@gmail.com>") $ words
|
||||
"mandrill"
|
||||
|
||||
mapM_ (add "Jasper Van der Jeugt") $ words
|
||||
"blaze-html blaze-markup stylish-haskell"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user