mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-03-01 06:24:38 +01:00
Only include holy-project for GHC 7.8
This commit is contained in:
parent
a40f1c6276
commit
469580ce71
@ -466,8 +466,9 @@ 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"
|
||||||
|
|
||||||
mapM_ (add "Yann Esposito <yann.esposito@gmail.com>") $ words
|
when (ghcVer >= GhcMajorVersion 7 8) $
|
||||||
"holy-project"
|
mapM_ (add "Yann Esposito <yann.esposito@gmail.com>") $ words
|
||||||
|
"holy-project"
|
||||||
|
|
||||||
-- Newest hxt requires network 2.4 or newest
|
-- Newest hxt requires network 2.4 or newest
|
||||||
when (ghcVer == GhcMajorVersion 7 4 && requireHP) $ do
|
when (ghcVer == GhcMajorVersion 7 4 && requireHP) $ do
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user