mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-28 15:10:26 +01:00
parent
e7fd184fc1
commit
e65177a8d4
@ -500,6 +500,12 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
|
|||||||
|
|
||||||
-- https://github.com/fpco/stackage/issues/274
|
-- https://github.com/fpco/stackage/issues/274
|
||||||
addRange "Michael Snoyman" "pandoc-citeproc" "< 0.4"
|
addRange "Michael Snoyman" "pandoc-citeproc" "< 0.4"
|
||||||
|
|
||||||
|
-- https://github.com/fpco/stackage/issues/276
|
||||||
|
addRange "Michael Snoyman" "network" "< 2.6"
|
||||||
|
|
||||||
|
-- https://github.com/fpco/stackage/issues/277
|
||||||
|
addRange "Michael Snoyman" "pandoc" "< 1.13"
|
||||||
where
|
where
|
||||||
add maintainer package = addRange maintainer package "-any"
|
add maintainer package = addRange maintainer package "-any"
|
||||||
addRange maintainer package range =
|
addRange maintainer package range =
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user