Skip to content

Commit c534220

Browse files
committed
Avoid testpack for HP jgoerzen/testpack#10
1 parent 3b39177 commit c534220

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Stackage/Config.hs

+7-1
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
345345
mapM_ (add "Chris Done") $ words =<<
346346
[ "ace check-email freenect gd"
347347
, "hostname-validate ini lucid osdkeys pdfinfo"
348-
, "pure-io sourcemap scrobble frisby"
348+
, "pure-io sourcemap frisby"
349349
-- https://github.com/nominolo/atto-lisp/issues/15
350350
-- , "present"
351351
]
@@ -356,6 +356,12 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
356356
[ "haskell-docs"
357357
]
358358

359+
-- https://github.com/jgoerzen/testpack/issues/10
360+
when (ghcVer >= GhcMajorVersion 7 8 && not requireHP) $
361+
mapM_ (add "Chris Done") $ words =<<
362+
[ "scrobble"
363+
]
364+
359365
-- Requires too new a process for GHC 7.6
360366
when (ghcVer >= GhcMajorVersion 7 8) $
361367
mapM_ (add "Chris Done") $ words =<<

0 commit comments

Comments
 (0)