No more hslogger upper bound

This commit is contained in:
Michael Snoyman 2013-08-27 17:41:05 +03:00
parent c96c1c8208
commit 663487a67b

View File

@ -234,10 +234,6 @@ defaultStablePackages ghcVer = unPackageMap $ execWriter $ do
addRange "Michael Snoyman" "fay" "< 0.16.0.2"
addRange "Michael Snoyman" "diagrams-haddock" "< 0.1.1.2"
when (ghcVer < GhcMajorVersion 7 6) $
-- https://github.com/jgoerzen/hslogger/pull/16
addRange "Michael Snoyman" "hslogger" "< 1.2.2"
addRange "Michael Snoyman" "hashable" "< 1.2"
-- Requires containers 0.5, not supported by GHC 7.4