tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
haskell-hsc3-lang: add missing override for 7.2.x
Peter Simons
11 years ago
c487bdc1
4c5261ce
+3
1 changed file
expand all
collapse all
unified
split
pkgs
top-level
haskell-packages.nix
+3
pkgs/top-level/haskell-packages.nix
···
1297
1297
hsc3Lang = callPackage ../development/libraries/haskell/hsc3-lang {
1298
1298
hmatrixSpecial = self.hmatrixSpecial.override {
1299
1299
hmatrix = self.hmatrix.override { binary = self.binary_0_7_2_2; };
1300
1300
+
hmatrixGsl = self.hmatrixGsl.override {
1301
1301
+
hmatrix = self.hmatrix.override { binary = self.binary_0_7_2_2; };
1302
1302
+
};
1300
1303
};
1301
1304
};
1302
1305