2014-07-14 13:21:41 +02:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-01-30 08:32:53 +01:00
|
|
|
{ cabal, adjunctions, binary, distributive, doctest, filepath
|
|
|
|
, hashable, HUnit, lens, reflection, semigroupoids, semigroups
|
|
|
|
, simpleReflect, tagged, testFramework, testFrameworkHunit
|
|
|
|
, transformers, unorderedContainers, vector, void
|
2013-08-27 17:11:33 +02:00
|
|
|
}:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "linear";
|
2014-06-06 11:36:36 +02:00
|
|
|
version = "1.10.1.2";
|
|
|
|
sha256 = "05zbqdcdjq7anng2nymy05wsnk9qpk8mgivqcndbfjpk4l1r9k94";
|
2013-08-27 17:11:33 +02:00
|
|
|
buildDepends = [
|
2014-01-30 08:32:53 +01:00
|
|
|
adjunctions binary distributive hashable lens reflection
|
|
|
|
semigroupoids semigroups tagged transformers unorderedContainers
|
|
|
|
vector void
|
2013-08-27 17:11:33 +02:00
|
|
|
];
|
2013-09-18 10:24:40 +02:00
|
|
|
testDepends = [
|
2013-10-23 18:15:37 +02:00
|
|
|
binary doctest filepath HUnit lens simpleReflect testFramework
|
2013-09-18 10:24:40 +02:00
|
|
|
testFrameworkHunit
|
|
|
|
];
|
2014-02-06 20:25:14 +01:00
|
|
|
doCheck = false;
|
2013-08-27 17:11:33 +02:00
|
|
|
meta = {
|
|
|
|
homepage = "http://github.com/ekmett/linear/";
|
|
|
|
description = "Linear Algebra";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
2013-10-23 18:15:37 +02:00
|
|
|
maintainers = [ self.stdenv.lib.maintainers.ocharles ];
|
2013-08-27 17:11:33 +02:00
|
|
|
};
|
|
|
|
})
|