1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-02-19 17:39:34 +00:00

haskell-hmatrix: update to 0.16.0.4

This commit is contained in:
Mateusz Kowalczyk 2014-08-11 00:48:32 +02:00 committed by Peter Simons
parent 22f13c2611
commit 12076063c4

View file

@ -1,20 +1,21 @@
# This file was auto-generated by cabal2nix. Please do NOT edit manually! # This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, binary, blas, deepseq, gsl, liblapack, random { cabal, binary, blas, deepseq, liblapack, random, split
, storableComplex, vector , storableComplex, vector
}: }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "hmatrix"; pname = "hmatrix";
version = "0.15.2.1"; version = "0.16.0.4";
sha256 = "0pcs3dsxmaznsb82r71f4kf7xbwvj94cy1fmyya52nv3nldnk1jg"; sha256 = "0n2h7vp8cyr4lm6yv6msvqr87d0dn7fm61p58wy7f230v692j1p4";
buildDepends = [ binary deepseq random storableComplex vector ]; buildDepends = [
extraLibraries = [ blas gsl liblapack ]; binary deepseq random split storableComplex vector
];
extraLibraries = [ blas liblapack ];
meta = { meta = {
homepage = "https://github.com/albertoruiz/hmatrix"; homepage = "https://github.com/albertoruiz/hmatrix";
description = "Linear algebra and numerical computation"; description = "Numeric Linear Algebra";
license = "GPL"; license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms; platforms = self.ghc.meta.platforms;
maintainers = with self.stdenv.lib.maintainers; [ guibert ];
}; };
}) })