haskell-hmatrix: update to version 0.15.0.0
This commit is contained in:
parent
1d0fa21944
commit
df2295fa5f
|
@ -1,12 +1,12 @@
|
||||||
{ cabal, binary, blas, gsl, liblapack, random, storableComplex
|
{ cabal, binary, blas, deepseq, gsl, liblapack, random
|
||||||
, vector
|
, storableComplex, vector
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "hmatrix";
|
pname = "hmatrix";
|
||||||
version = "0.14.1.0";
|
version = "0.15.0.0";
|
||||||
sha256 = "10fvbk3k2fgac46a86mc8g0s5gsw1p1bz4k57gn6dzgwh73mxjx7";
|
sha256 = "1n3m36kkgxhhmm7cmz4is9q558dw3l5h1laxnxwhs3cfdzfclyfs";
|
||||||
buildDepends = [ binary random storableComplex vector ];
|
buildDepends = [ binary deepseq random storableComplex vector ];
|
||||||
extraLibraries = [ blas gsl liblapack ];
|
extraLibraries = [ blas gsl liblapack ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/albertoruiz/hmatrix";
|
homepage = "https://github.com/albertoruiz/hmatrix";
|
||||||
|
|
Loading…
Reference in New Issue