mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
haskell-MonadRandom: updated to version 0.1.6
svn path=/nixpkgs/trunk/; revision=28360
This commit is contained in:
parent
8cbb9180c4
commit
bc3806842e
@ -1,12 +1,14 @@
|
||||
{cabal, mtl}:
|
||||
{cabal, mtl} :
|
||||
|
||||
cabal.mkDerivation (self : {
|
||||
pname = "MonadRandom";
|
||||
version = "0.1.3";
|
||||
sha256 = "be4dd46a93b59a5e94b58e6986934ca91feace9962a1741b6107a3dd06879fea";
|
||||
propagatedBuildInputs = [mtl];
|
||||
version = "0.1.6";
|
||||
sha256 = "1429w2h66sf0cw992xj4w9clapcqgpdzmh80as7zxf8l87rarqqp";
|
||||
propagatedBuildInputs = [ mtl ];
|
||||
meta = {
|
||||
description = "Random-number generation monad";
|
||||
description = "Random-number generation monad.";
|
||||
license = "unknown";
|
||||
platforms = self.stdenv.lib.platforms.haskellPlatforms;
|
||||
maintainers = [ self.stdenv.lib.maintainers.simons ];
|
||||
};
|
||||
})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user