File tree 1 file changed +7
-1
lines changed
1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -345,7 +345,7 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
345
345
mapM_ (add " Chris Done" ) $ words =<<
346
346
[ " ace check-email freenect gd"
347
347
, " hostname-validate ini lucid osdkeys pdfinfo"
348
- , " pure-io sourcemap scrobble frisby"
348
+ , " pure-io sourcemap frisby"
349
349
-- https://github.com/nominolo/atto-lisp/issues/15
350
350
-- , "present"
351
351
]
@@ -356,6 +356,12 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
356
356
[ " haskell-docs"
357
357
]
358
358
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
+
359
365
-- Requires too new a process for GHC 7.6
360
366
when (ghcVer >= GhcMajorVersion 7 8 ) $
361
367
mapM_ (add " Chris Done" ) $ words =<<
You can’t perform that action at this time.
0 commit comments