From 3c8ed97a44bd1cc51a4b08eb8344e1e056c1f607 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 30 May 2014 04:47:34 +0300 Subject: [PATCH] Upper bound for #235 --- Stackage/Config.hs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Stackage/Config.hs b/Stackage/Config.hs index b6acc05c..e8d60408 100644 --- a/Stackage/Config.hs +++ b/Stackage/Config.hs @@ -430,6 +430,9 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do -- https://github.com/jmillikin/haskell-filesystem/issues/2 addRange "Michael Snoyman" "system-filepath" "< 0.4.11 || > 0.4.11" + -- https://github.com/fpco/stackage/issues/235 + addRange "Michael Snoyman" "entropy" "< 0.3" + -- Requires too new a version of text when (ghcVer == GhcMajorVersion 7 4 && requireHP) $ do addRange "Michael Snoyman" "attoparsec" "< 0.11.2.1"