mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
haskell-matrix: update to version 0.3.4.0
This commit is contained in:
parent
eb34b99f68
commit
7522c35ce8
@ -1,14 +1,14 @@
|
|||||||
# 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, deepseq, primitive, QuickCheck, tasty, tastyQuickcheck
|
{ cabal, deepseq, loop, primitive, QuickCheck, tasty
|
||||||
, vector
|
, tastyQuickcheck, vector
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "matrix";
|
pname = "matrix";
|
||||||
version = "0.3.3.0";
|
version = "0.3.4.0";
|
||||||
sha256 = "01h1c7w1fc6z05wpvy8wri19h0lkqbdbqfnkds2qvxdy171brkvj";
|
sha256 = "16a633llf7nh70s92cn8i8sdish9vryy4xh62rimvmn91ivvjay1";
|
||||||
buildDepends = [ deepseq primitive vector ];
|
buildDepends = [ deepseq loop primitive vector ];
|
||||||
testDepends = [ QuickCheck tasty tastyQuickcheck ];
|
testDepends = [ QuickCheck tasty tastyQuickcheck ];
|
||||||
meta = {
|
meta = {
|
||||||
description = "A native implementation of matrix operations";
|
description = "A native implementation of matrix operations";
|
||||||
|
Loading…
Reference in New Issue
Block a user