mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-21 11:41:57 +01:00
Merge pull request #275 from haskell-ro/master
Update Config.hs to include io-manager.
This commit is contained in:
commit
e7fd184fc1
@ -441,6 +441,9 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
|
|||||||
mapM_ (add "Simon Michael <simon@joyful.com>") $ words
|
mapM_ (add "Simon Michael <simon@joyful.com>") $ words
|
||||||
"hledger"
|
"hledger"
|
||||||
|
|
||||||
|
mapM_ (add "Mihai Maruseac <mihai.maruseac@gmail.com>") $ words
|
||||||
|
"io-manager"
|
||||||
|
|
||||||
-- 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"
|
||||||
@ -519,4 +522,5 @@ convertGithubUser x =
|
|||||||
, ("faylang", ["bergmark"])
|
, ("faylang", ["bergmark"])
|
||||||
, ("silkapp", ["bergmark"])
|
, ("silkapp", ["bergmark"])
|
||||||
, ("snapframework",["mightybyte"])
|
, ("snapframework",["mightybyte"])
|
||||||
|
, ("haskell-ro", ["mihaimaruseac"])
|
||||||
]
|
]
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user