haskell-hsc3-lang: add missing override for 7.2.x

This commit is contained in:
Peter Simons 2014-11-01 19:43:42 +01:00
parent 4c5261cee3
commit c487bdc12a

@ -1297,6 +1297,9 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
hsc3Lang = callPackage ../development/libraries/haskell/hsc3-lang {
hmatrixSpecial = self.hmatrixSpecial.override {
hmatrix = self.hmatrix.override { binary = self.binary_0_7_2_2; };
hmatrixGsl = self.hmatrixGsl.override {
hmatrix = self.hmatrix.override { binary = self.binary_0_7_2_2; };
};
};
};