mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-25 13:41:56 +01:00
Add "holy-project" to stackage
I only tested myself with a GHC 7.8 stackage build on Mac OS X.
This commit is contained in:
parent
38861b434a
commit
32ca92d4b7
@ -466,6 +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
|
||||||
|
"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
|
||||||
addRange "Michael Snoyman" "hxt" "< 9.3.1"
|
addRange "Michael Snoyman" "hxt" "< 9.3.1"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user