mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-14 00:08:28 +01:00
Removed distributive upper bound (fixes #29)
This commit is contained in:
parent
b6b1d141d2
commit
846df7c021
@ -114,9 +114,6 @@ defaultStablePackages = unPackageMap $ execWriter $ do
|
||||
|
||||
-- https://github.com/tibbe/hashable/issues/49
|
||||
addRange "Michael Snoyman" "hashable" "< 1.2"
|
||||
|
||||
-- #29
|
||||
addRange "Michael Snoyman" "distributive" "< 0.3"
|
||||
where
|
||||
add maintainer package = addRange maintainer package "-any"
|
||||
addRange maintainer package range =
|
||||
|
||||
Loading…
Reference in New Issue
Block a user