hashable 1.2 again (fixes #21)

This commit is contained in:
Michael Snoyman 2012-12-15 20:25:21 +02:00
parent 7c548366d3
commit b9bed60110

View File

@ -91,9 +91,6 @@ 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 =