mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
haskell-xorshift: re-generate with cabal2nix
This commit is contained in:
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;
|
||||
};
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue