Skip to content

Commit

Permalink
Upper bound for #218
Browse files Browse the repository at this point in the history
  • Loading branch information
snoyberg committed May 5, 2014
1 parent f7c72bf commit 6a22667
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 @@ -392,6 +392,9 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
addRange "Michael Snoyman" "transformers" "< 0.4"
addRange "Michael Snoyman" "mtl" "< 2.2"

-- https://github.com/fpco/stackage/issues/218
addRange "Michael Snoyman" "exceptions" "< 0.6"

-- 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 6a22667

Please sign in to comment.