Skip to content

Commit

Permalink
Revert "Merge remote-tracking branch 'ezyang/pr/T3996'"
Browse files Browse the repository at this point in the history
This reverts commit 992bad4, reversing
changes made to d556ad8.
  • Loading branch information
23Skidoo committed Oct 21, 2016
1 parent a839ae1 commit 211776b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions cabal-install/Distribution/Client/ProjectPlanning.hs
Original file line number Diff line number Diff line change
Expand Up @@ -2824,10 +2824,7 @@ packageHashInputs
}) =
PackageHashInputs {
pkgHashPkgId = packageId elab,
pkgHashComponent =
case elabPkgOrComp elab of
ElabPackage _ -> Nothing
ElabComponent comp -> Just (compSolverName comp),
pkgHashComponent = Nothing,
pkgHashSourceHash = srchash,
pkgHashPkgConfigDeps = Set.fromList (elabPkgConfigDependencies elab),
pkgHashDirectDeps =
Expand Down

0 comments on commit 211776b

Please sign in to comment.