diff --git a/Stackage/LoadDatabase.hs b/Stackage/LoadDatabase.hs index 8947a401..06ff37f4 100644 --- a/Stackage/LoadDatabase.hs +++ b/Stackage/LoadDatabase.hs @@ -74,7 +74,7 @@ loadPackageDB core deps = do [ maybe mempty go $ condLibrary gpd , mconcat $ map (go . snd) $ condExecutables gpd , mconcat $ map (go . snd) $ condTestSuites gpd - , mconcat $ map (go . snd) $ condBenchmarks gpd + -- , mconcat $ map (go . snd) $ condBenchmarks gpd ] _ -> mempty where