haskell-hsc3-lang: add missing override for 7.2.x
This commit is contained in:
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 {
|
hsc3Lang = callPackage ../development/libraries/haskell/hsc3-lang {
|
||||||
hmatrixSpecial = self.hmatrixSpecial.override {
|
hmatrixSpecial = self.hmatrixSpecial.override {
|
||||||
hmatrix = self.hmatrix.override { binary = self.binary_0_7_2_2; };
|
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; };
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user