mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-12 07:18:31 +01:00
Avoid csv-conduit 0.6.2 ozataman/csv-conduit#10
This commit is contained in:
parent
6aa286e4b3
commit
22ebf28ddc
@ -368,6 +368,9 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
|
||||
-- https://github.com/fpco/stackage/issues/204
|
||||
addRange "Michael Snoyman" "intervals" "< 0.5"
|
||||
|
||||
-- https://github.com/ozataman/csv-conduit/issues/10
|
||||
addRange "Michael Snoyman" "csv-conduit" "< 0.6.2 || > 0.6.2"
|
||||
|
||||
-- Requires too new a version of text
|
||||
when (ghcVer == GhcMajorVersion 7 4 && requireHP) $ do
|
||||
addRange "Michael snoyman" "attoparsec" "< 0.11.2.1"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user