Work around linking issue

This commit is contained in:
Michael Snoyman 2013-11-17 15:43:38 +02:00
parent eaab0ef7c1
commit 2638c998a8

View File

@ -239,7 +239,10 @@ defaultStablePackages ghcVer = unPackageMap $ execWriter $ do
"sqlite-simple"
mapM_ (add "Michal J. Gajda") $ words
"iterable Octree FenwickTree hPDB hPDB-examples"
"iterable Octree FenwickTree hPDB"
when (ghcVer >= GhcMajorVersion 7 6) $ do
mapM_ (add "Michal J. Gajda") $ words
"hPDB-examples"
mapM_ (add "Roman Cheplyaka <roma@ro-che.info>") $ words =<<
[ "smallcheck tasty tasty-smallcheck tasty-quickcheck tasty-hunit tasty-golden"