From 1607c5d240b50ab3c0011ae2fc3e33fa490a529d Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 17 Aug 2014 19:48:22 +0300 Subject: [PATCH] hPDB for GHC 7.6/7.8 --- Stackage/Config.hs | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Stackage/Config.hs b/Stackage/Config.hs index a924f3bb..106b71d6 100644 --- a/Stackage/Config.hs +++ b/Stackage/Config.hs @@ -372,10 +372,11 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do "sqlite-simple" mapM_ (add "Michal J. Gajda") $ words - "iterable Octree FenwickTree hPDB" - when (ghcVer == GhcMajorVersion 7 6) $ do -- No GHC 7.8 support + "iterable Octree FenwickTree" + -- https://github.com/BioHaskell/hPDB/issues/2 + when (ghcVer >= GhcMajorVersion 7 8) $ do -- No GHC 7.8 support mapM_ (add "Michal J. Gajda") $ words - "hPDB-examples" + "hPDB hPDB-examples" mapM_ (add "Roman Cheplyaka ") $ words =<< [ "smallcheck tasty tasty-smallcheck tasty-quickcheck tasty-hunit tasty-golden"