LambdaHack: use consistent versions of the 'binary' package

This commit is contained in:
Peter Simons 2014-03-06 13:49:00 +01:00
parent a9056be563
commit 368ce12cd5

View file

@ -2885,7 +2885,10 @@ let result = let callPackage = x : y : modifyPrio (newScope result.finalReturn x
# Games.
LambdaHack = callPackage ../games/LambdaHack {};
LambdaHack = callPackage ../games/LambdaHack {
binary = self.binary_0_7_1_0;
vectorBinaryInstances = self.vectorBinaryInstances.override { binary = self.binary_0_7_1_0; };
};
MazesOfMonad = callPackage ../games/MazesOfMonad {};