Temporary Hashable upper bound (#21)

This commit is contained in:
Michael Snoyman 2012-12-14 07:45:05 +02:00
parent aacf583304
commit a751d8a219

View File

@ -84,6 +84,9 @@ defaultStablePackages = execWriter $ do
mapM_ (add "Simon Hengel <sol@typeful.net>") $ words
"hspec doctest base-compat"
-- Issue #21
addRange "Michael Snoyman" "hashable" "< 1.2"
where
add maintainer package = addRange maintainer package "-any"
addRange maintainer package range =