This commit is contained in:
Michael Snoyman 2014-12-01 20:11:23 +02:00
parent 3b39177047
commit c534220ca2

View File

@ -345,7 +345,7 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
mapM_ (add "Chris Done") $ words =<<
[ "ace check-email freenect gd"
, "hostname-validate ini lucid osdkeys pdfinfo"
, "pure-io sourcemap scrobble frisby"
, "pure-io sourcemap frisby"
-- https://github.com/nominolo/atto-lisp/issues/15
-- , "present"
]
@ -356,6 +356,12 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
[ "haskell-docs"
]
-- https://github.com/jgoerzen/testpack/issues/10
when (ghcVer >= GhcMajorVersion 7 8 && not requireHP) $
mapM_ (add "Chris Done") $ words =<<
[ "scrobble"
]
-- Requires too new a process for GHC 7.6
when (ghcVer >= GhcMajorVersion 7 8) $
mapM_ (add "Chris Done") $ words =<<