Skip to content

Commit

Permalink
Upper bound for #219
Browse files Browse the repository at this point in the history
  • Loading branch information
snoyberg committed May 6, 2014
1 parent 6a22667 commit 5736e9e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Stackage/Config.hs
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,9 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
-- https://github.com/fpco/stackage/issues/218
addRange "Michael Snoyman" "exceptions" "< 0.6"

-- https://github.com/fpco/stackage/issues/219
addRange "Michael Snoyman" "comonad" "< 4.2"

-- Requires too new a version of text
when (ghcVer == GhcMajorVersion 7 4 && requireHP) $ do
addRange "Michael Snoyman" "attoparsec" "< 0.11.2.1"
Expand Down

0 comments on commit 5736e9e

Please sign in to comment.