haskell-polynomials-bernstein: re-generate with cabal2nix

@jyp, please don't edit these files manually!
This commit is contained in:
Peter Simons 2014-11-24 14:06:25 +01:00
parent 328c333092
commit d51cfe1f0f

@ -9,7 +9,7 @@ cabal.mkDerivation (self: {
buildDepends = [ vector ];
meta = {
description = "A solver for systems of polynomial equations in bernstein form";
license = self.stdenv.lib.licenses.gpl2Plus;
license = "GPL";
platforms = self.ghc.meta.platforms;
maintainers = with self.stdenv.lib.maintainers; [ jpbernardy ];
};