1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
nixpkgs/pkgs/development/libraries/haskell/random-shuffle/default.nix

14 lines
305 B
Nix
Raw Normal View History

{cabal}:
cabal.mkDerivation (self : {
pname = "random-shuffle";
version = "0.0.2";
sha256 = "1csq0ffsqbbv6ymf707nzfb7c9bmykwk9bcgj21mxmh6khlqn9jp";
meta = {
description = "Random shuffle implementation";
license = "BSD";
maintainers = [self.stdenv.lib.maintainers.andres];
};
})