mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-11 23:08:30 +01:00
fingertree upper bound #81
This commit is contained in:
parent
874d9d4ba5
commit
dce8319086
@ -193,6 +193,9 @@ defaultStablePackages = unPackageMap $ execWriter $ do
|
||||
addRange "Michael Snoyman" "statistics" "< 0.10.4"
|
||||
|
||||
addRange "Michael Snoyman" "accelerate" "< 0.13.0.2"
|
||||
|
||||
-- https://github.com/fpco/stackage/issues/81
|
||||
addRange "Michael Snoyman" "fingertree" "< 0.1"
|
||||
where
|
||||
add maintainer package = addRange maintainer package "-any"
|
||||
addRange maintainer package range =
|
||||
|
||||
Loading…
Reference in New Issue
Block a user