mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-24 22:53:42 +00:00
19 lines
562 B
Nix
19 lines
562 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, deepseq, primitive, QuickCheck, tasty, tastyQuickcheck
|
|
, vector
|
|
}:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "matrix";
|
|
version = "0.3.3.0";
|
|
sha256 = "01h1c7w1fc6z05wpvy8wri19h0lkqbdbqfnkds2qvxdy171brkvj";
|
|
buildDepends = [ deepseq 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;
|
|
};
|
|
})
|