Skip to content

Commit

Permalink
Don't build benchmarks, even if installing benchmark dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
ttuegel committed Feb 7, 2012
1 parent 0a9713f commit db220a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cabal-install/Distribution/Client/Install.hs
Original file line number Diff line number Diff line change
Expand Up @@ -772,7 +772,7 @@ installConfiguredPackage platform comp configFlags
installPkg = installPkg configFlags {
configConfigurationsFlags = flags,
configConstraints = map thisPackageVersion deps,
configBenchmarks = toFlag (BenchStanzas `elem` stanzas),
configBenchmarks = toFlag False,
configTests = toFlag (TestStanzas `elem` stanzas)
} source pkg
where
Expand Down

0 comments on commit db220a5

Please sign in to comment.