19 lines
573 B
Nix
19 lines
573 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, deepseq, loop, primitive, QuickCheck, tasty
|
|
, tastyQuickcheck, vector
|
|
}:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "matrix";
|
|
version = "0.3.4.0";
|
|
sha256 = "16a633llf7nh70s92cn8i8sdish9vryy4xh62rimvmn91ivvjay1";
|
|
buildDepends = [ deepseq loop primitive vector ];
|
|
testDepends = [ QuickCheck tasty tastyQuickcheck ];
|
|
meta = {
|
|
description = "A native implementation of matrix operations";
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|