mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-21 11:41:57 +01:00
accelerate changes
This commit is contained in:
parent
ae813e340e
commit
70e229df12
@ -343,10 +343,9 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
|
|||||||
mapM_ (add "Alexander Altman <alexanderaltman@me.com>") $ words
|
mapM_ (add "Alexander Altman <alexanderaltman@me.com>") $ words
|
||||||
"base-unicode-symbols containers-unicode-symbols"
|
"base-unicode-symbols containers-unicode-symbols"
|
||||||
|
|
||||||
-- NOTE: accelerate not yet supported on GHC 7.8
|
if ghcVer >= GhcMajorVersion 7 8
|
||||||
when (ghcVer == GhcMajorVersion 7 6) $ do
|
then add "Ryan Newton <ryan.newton@alum.mit.edu>" "accelerate"
|
||||||
mapM_ (add "Ryan Newton <ryan.newton@alum.mit.edu>") $ words
|
else addRange "Ryan Newton <ryan.newton@alum.mit.edu>" "accelerate" "< 0.15"
|
||||||
"accelerate"
|
|
||||||
|
|
||||||
mapM_ (add "Dan Burton <danburton.email@gmail.com>") $ words =<<
|
mapM_ (add "Dan Burton <danburton.email@gmail.com>") $ words =<<
|
||||||
[ "basic-prelude composition io-memoize numbers rev-state runmemo"
|
[ "basic-prelude composition io-memoize numbers rev-state runmemo"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user