Only include holy-project for GHC 7.8

This commit is contained in:
Michael Snoyman 2014-08-27 08:30:36 +03:00
parent a40f1c6276
commit 469580ce71

View File

@ -466,6 +466,7 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
mapM_ (add "Mihai Maruseac <mihai.maruseac@gmail.com>") $ words mapM_ (add "Mihai Maruseac <mihai.maruseac@gmail.com>") $ words
"io-manager" "io-manager"
when (ghcVer >= GhcMajorVersion 7 8) $
mapM_ (add "Yann Esposito <yann.esposito@gmail.com>") $ words mapM_ (add "Yann Esposito <yann.esposito@gmail.com>") $ words
"holy-project" "holy-project"