16 lines
441 B
Nix
16 lines
441 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal }:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "entropy";
|
|
version = "0.3.4.1";
|
|
sha256 = "10myxs2a7838sywnlfggpsd7lmvzphl10zdh1vbbi18n3x79gyk0";
|
|
meta = {
|
|
homepage = "https://github.com/TomMD/entropy";
|
|
description = "A platform independent entropy source";
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|