mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-10-31 22:51:22 +00:00
haskellPackages.linear: Update to 1.3.1
This commit is contained in:
parent
ab701322dc
commit
a21f0b604a
@ -1,19 +1,19 @@
|
||||
{ cabal, distributive, doctest, filepath, hashable, HUnit, lens
|
||||
, reflection, semigroupoids, semigroups, simpleReflect, tagged
|
||||
, testFramework, testFrameworkHunit, transformers
|
||||
{ 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.3";
|
||||
sha256 = "0b5qjsbdkqv0h1236lv2nisjh9yz7gc5bd6xv6i8q5jryzs43pi9";
|
||||
version = "1.3.1";
|
||||
sha256 = "1s07qbdi12rc4djk4s0ds5sh79qcqfmgrbwfj1ygskq3ra88qqsa";
|
||||
buildDepends = [
|
||||
distributive hashable reflection semigroupoids semigroups tagged
|
||||
transformers unorderedContainers vector
|
||||
binary distributive hashable reflection semigroupoids semigroups
|
||||
tagged transformers unorderedContainers vector
|
||||
];
|
||||
testDepends = [
|
||||
doctest filepath HUnit lens simpleReflect testFramework
|
||||
binary doctest filepath HUnit lens simpleReflect testFramework
|
||||
testFrameworkHunit
|
||||
];
|
||||
meta = {
|
||||
@ -21,5 +21,6 @@ cabal.mkDerivation (self: {
|
||||
description = "Linear Algebra";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
maintainers = [ self.stdenv.lib.maintainers.ocharles ];
|
||||
};
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user