Skip to content

Commit

Permalink
More undecidable fixes.
Browse files Browse the repository at this point in the history
Signed-off-by: Edward Z. Yang <[email protected]>
  • Loading branch information
ezyang committed Aug 4, 2016
1 parent 1b73d02 commit c2399c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cabal-install/Distribution/Client/InstallPlan.hs
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ mkInstallPlan index indepGoals =
internalError :: String -> a
internalError msg = error $ "InstallPlan: internal error: " ++ msg

instance (IsUnit ipkg, IsUnit srcpkg,
instance (IsNode ipkg, Key ipkg ~ UnitId, IsNode srcpkg, Key srcpkg ~ UnitId,
Binary ipkg, Binary srcpkg)
=> Binary (GenericInstallPlan ipkg srcpkg) where
put GenericInstallPlan {
Expand Down

0 comments on commit c2399c3

Please sign in to comment.