mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-11 23:08:30 +01:00
Partial fix for #126
This commit is contained in:
parent
0b90b7d877
commit
440c6c889c
@ -256,6 +256,10 @@ defaultStablePackages ghcVer = unPackageMap $ execWriter $ do
|
||||
-- https://github.com/fpco/stackage/issues/124
|
||||
addRange "Michael Snoyman" "fclabels" "< 2.0"
|
||||
|
||||
-- Newest hxt requires network 2.4 or newest
|
||||
addRange "Michael Snoyman" "hxt" "< 9.3.1"
|
||||
addRange "Michael Snoyman" "network" "< 2.4"
|
||||
|
||||
addRange "Michael Snoyman" "hashable" "< 1.2"
|
||||
|
||||
-- Requires binary 0.7
|
||||
|
||||
Loading…
Reference in New Issue
Block a user