mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-12 07:18:31 +01:00
Avoid testpack for HP jgoerzen/testpack#10
This commit is contained in:
parent
3b39177047
commit
c534220ca2
@ -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 =<<
|
||||
|
||||
Loading…
Reference in New Issue
Block a user