mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-12 07:18:31 +01:00
Upper bounds for GHC 7.6
This commit is contained in:
parent
95b1628d43
commit
fcbfd6d819
@ -418,7 +418,7 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
|
||||
mapM_ (add "Adam Bergmark <adam@bergmark.nl>") $ words
|
||||
"fay fay-base fay-dom fay-jquery fay-text fay-uri snaplet-fay"
|
||||
|
||||
when (not requireHP) $
|
||||
when (ghcVer >= GhcMajorVersion 7 8 && not requireHP) $
|
||||
mapM_ (add "Rodrigo Setti <rodrigosetti@gmail.com>") $ words
|
||||
"messagepack messagepack-rpc"
|
||||
|
||||
@ -551,7 +551,7 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
|
||||
[ "repa repa-io repa-algorithms repa-devil JuicyPixels-repa"
|
||||
]
|
||||
|
||||
when (not requireHP) $ do
|
||||
when (ghcVer >= GhcMajorVersion 7 8 && not requireHP) $ do
|
||||
mapM_ (add "Nikita Volkov <nikita.y.volkov@mail.ru>") $
|
||||
words "hasql hasql-postgres hasql-backend postgresql-binary" ++
|
||||
words "stm-containers focus list-t slave-thread partial-handler" ++
|
||||
|
||||
Loading…
Reference in New Issue
Block a user