mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-11 23:08:30 +01:00
free < 3.4 #50
This commit is contained in:
parent
fc80d8692f
commit
8bf26db841
@ -146,6 +146,9 @@ defaultStablePackages = unPackageMap $ execWriter $ do
|
||||
|
||||
-- https://github.com/fpco/stackage/issues/49
|
||||
addRange "Michael Snoyman" "NumInstances" "< 1.2"
|
||||
|
||||
-- https://github.com/fpco/stackage/issues/50
|
||||
addRange "Michael Snoyman" "free" "< 3.4"
|
||||
where
|
||||
add maintainer package = addRange maintainer package "-any"
|
||||
addRange maintainer package range =
|
||||
|
||||
Loading…
Reference in New Issue
Block a user