mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-02-20 02:05:50 +01:00
Add some repa packages
This commit is contained in:
parent
1286d855af
commit
148645cf60
@ -533,10 +533,10 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
|
|||||||
mapM_ (add "Matvey Aksenov <matvey.aksenov@gmail.com") $ words
|
mapM_ (add "Matvey Aksenov <matvey.aksenov@gmail.com") $ words
|
||||||
"terminal-size"
|
"terminal-size"
|
||||||
|
|
||||||
-- https://github.com/fpco/stackage/issues/216
|
when (ghcVer == GhcMajorVersion 7 8 && not requireHP) $
|
||||||
-- QuickCheck constraint
|
mapM_ (add "Michael Snoyman") $ words =<<
|
||||||
-- when (ghcVer == GhcMajorVersion 7 6) $
|
[ "repa repa-io repa-algorithms repa-devil JuicyPixels-repa"
|
||||||
-- addRange "Michael Snoyman" "repa" "< 3.2.5.1"
|
]
|
||||||
|
|
||||||
-- https://github.com/fpco/stackage/issues/217
|
-- https://github.com/fpco/stackage/issues/217
|
||||||
addRange "Michael Snoyman" "transformers" "< 0.4"
|
addRange "Michael Snoyman" "transformers" "< 0.4"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user