haskell-polynomials-bernstein: re-generate with cabal2nix
@jyp, please don't edit these files manually!
This commit is contained in:
parent
328c333092
commit
d51cfe1f0f
@ -9,7 +9,7 @@ cabal.mkDerivation (self: {
|
|||||||
buildDepends = [ vector ];
|
buildDepends = [ vector ];
|
||||||
meta = {
|
meta = {
|
||||||
description = "A solver for systems of polynomial equations in bernstein form";
|
description = "A solver for systems of polynomial equations in bernstein form";
|
||||||
license = self.stdenv.lib.licenses.gpl2Plus;
|
license = "GPL";
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
maintainers = with self.stdenv.lib.maintainers; [ jpbernardy ];
|
maintainers = with self.stdenv.lib.maintainers; [ jpbernardy ];
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user