mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-12 07:18:31 +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>")
|
||||
["pipes", "pipes-parse", "pipes-concurrency"]
|
||||
|
||||
mapM_ (add "Chris Allen <cma@bitemyapp.com>")
|
||||
["bloodhound"]
|
||||
when (ghcVer >= GhcMajorVersion 7 8) $
|
||||
mapM_ (add "Chris Allen <cma@bitemyapp.com>")
|
||||
["bloodhound"]
|
||||
|
||||
mapM_ (add "Adam Bergmark <adam@bergmark.nl>") $ words
|
||||
"fay fay-base fay-dom fay-jquery fay-text fay-uri snaplet-fay"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user