haskell-xorshift: re-generate with cabal2nix

This commit is contained in:
Peter Simons 2014-08-07 22:46:24 +02:00
parent 2081fc9394
commit da014f7ea0

@ -9,7 +9,7 @@ cabal.mkDerivation (self: {
buildDepends = [ random time ];
meta = {
description = "Haskell implementation of the xorshift random generator";
license = self.stdenv.lib.licenses.lgpl2;
license = "LGPL";
platforms = self.ghc.meta.platforms;
};
})