{ cabal, binary, distributive, doctest, filepath, hashable, HUnit , lens, reflection, semigroupoids, semigroups, simpleReflect , tagged, testFramework, testFrameworkHunit, transformers , unorderedContainers, vector }: cabal.mkDerivation (self: { pname = "linear"; version = "1.4"; sha256 = "1a2l68q0l2vlp4wpf5wqvpnag326s38k2ifh8hcfczjhsg9cq45a"; buildDepends = [ binary distributive hashable reflection semigroupoids semigroups tagged transformers unorderedContainers vector ]; testDepends = [ binary doctest filepath HUnit lens simpleReflect testFramework testFrameworkHunit ]; meta = { homepage = "http://github.com/ekmett/linear/"; description = "Linear Algebra"; license = self.stdenv.lib.licenses.bsd3; platforms = self.ghc.meta.platforms; maintainers = [ self.stdenv.lib.maintainers.ocharles ]; }; })