30 lines
1,010 B
Nix
30 lines
1,010 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, adjunctions, binary, distributive, doctest, filepath
|
|
, hashable, HUnit, lens, reflection, semigroupoids, semigroups
|
|
, simpleReflect, tagged, testFramework, testFrameworkHunit
|
|
, transformers, unorderedContainers, vector, void
|
|
}:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "linear";
|
|
version = "1.15.5";
|
|
sha256 = "17fxz49zj6vklgfs583zpn7naqgp5mv2zsvmxrv80ym8r52mp5mi";
|
|
buildDepends = [
|
|
adjunctions binary distributive hashable lens reflection
|
|
semigroupoids semigroups tagged transformers unorderedContainers
|
|
vector void
|
|
];
|
|
testDepends = [
|
|
binary doctest filepath HUnit lens simpleReflect testFramework
|
|
testFrameworkHunit
|
|
];
|
|
doCheck = false;
|
|
meta = {
|
|
homepage = "http://github.com/ekmett/linear/";
|
|
description = "Linear Algebra";
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
platforms = self.ghc.meta.platforms;
|
|
maintainers = with self.stdenv.lib.maintainers; [ ocharles ];
|
|
};
|
|
})
|