summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/matrix/default.nix
blob: 2d1ec8aa45ff3d5109f94595d9389300c8834872 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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;
  };
})