bloodhound requires GHC 7.8

This commit is contained in:
Michael Snoyman 2014-10-13 22:59:57 +03:00
parent 5a66ea4eda
commit d650e4b60b

View File

@ -390,6 +390,7 @@ 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"]
when (ghcVer >= GhcMajorVersion 7 8) $
mapM_ (add "Chris Allen <cma@bitemyapp.com>") mapM_ (add "Chris Allen <cma@bitemyapp.com>")
["bloodhound"] ["bloodhound"]