mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-16 17:28:29 +01:00
bloodhound requires GHC 7.8
This commit is contained in:
parent
5a66ea4eda
commit
d650e4b60b
@ -390,8 +390,9 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
|
|||||||
mapM_ (add "Gabriel Gonzalez <Gabriel439@gmail.com>")
|
mapM_ (add "Gabriel Gonzalez <Gabriel439@gmail.com>")
|
||||||
["pipes", "pipes-parse", "pipes-concurrency"]
|
["pipes", "pipes-parse", "pipes-concurrency"]
|
||||||
|
|
||||||
mapM_ (add "Chris Allen <cma@bitemyapp.com>")
|
when (ghcVer >= GhcMajorVersion 7 8) $
|
||||||
["bloodhound"]
|
mapM_ (add "Chris Allen <cma@bitemyapp.com>")
|
||||||
|
["bloodhound"]
|
||||||
|
|
||||||
mapM_ (add "Adam Bergmark <adam@bergmark.nl>") $ words
|
mapM_ (add "Adam Bergmark <adam@bergmark.nl>") $ words
|
||||||
"fay fay-base fay-dom fay-jquery fay-text fay-uri snaplet-fay"
|
"fay fay-base fay-dom fay-jquery fay-text fay-uri snaplet-fay"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user