From 2638c998a8955c378aeadbc0c023ffbebe7f7e9b Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 17 Nov 2013 15:43:38 +0200 Subject: [PATCH] Work around linking issue --- Stackage/Config.hs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Stackage/Config.hs b/Stackage/Config.hs index 5fb01a87..c6dd117e 100644 --- a/Stackage/Config.hs +++ b/Stackage/Config.hs @@ -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 ") $ words =<< [ "smallcheck tasty tasty-smallcheck tasty-quickcheck tasty-hunit tasty-golden"