2014-07-14 13:21:41 +02:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2012-02-16 15:05:41 +01:00
|
|
|
{ cabal }:
|
2011-08-08 00:51:22 +02:00
|
|
|
|
2011-08-10 01:00:20 +02:00
|
|
|
cabal.mkDerivation (self: {
|
2011-08-08 00:51:22 +02:00
|
|
|
pname = "entropy";
|
2014-11-13 00:38:42 +01:00
|
|
|
version = "0.3.4.1";
|
|
|
|
sha256 = "10myxs2a7838sywnlfggpsd7lmvzphl10zdh1vbbi18n3x79gyk0";
|
2011-08-08 00:51:22 +02:00
|
|
|
meta = {
|
2013-05-25 11:31:00 +02:00
|
|
|
homepage = "https://github.com/TomMD/entropy";
|
2011-08-08 00:51:22 +02:00
|
|
|
description = "A platform independent entropy source";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
2011-08-09 11:54:50 +02:00
|
|
|
platforms = self.ghc.meta.platforms;
|
2011-08-08 00:51:22 +02:00
|
|
|
};
|
|
|
|
})
|