nixpkgs/pkgs/development/libraries/haskell/linear/default.nix
2014-11-01 21:08:01 +01:00

31 lines
1010 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.11.2";
sha256 = "11xinkqg4p6q287qiljq7p9lq0s58hznw2as29ppb5n3q5pab3ib";
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 ];
};
})