mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
haskell-random-source: updated to version 0.3.0.2
svn path=/nixpkgs/trunk/; revision=30439
This commit is contained in:
parent
89cebd31d3
commit
f35da23117
@ -1,14 +1,14 @@
|
|||||||
{ cabal, flexibleDefaults, mersenneRandomPure64, mtl, mwcRandom
|
{ cabal, flexibleDefaults, mersenneRandomPure64, mtl, mwcRandom
|
||||||
, random, stateref, syb
|
, random, stateref, syb, thExtras
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "random-source";
|
pname = "random-source";
|
||||||
version = "0.3";
|
version = "0.3.0.2";
|
||||||
sha256 = "08nj7mq8gjj9rv1zmkr2m30z295k5b352103wb1ag1ryw5wyzg1n";
|
sha256 = "0sp39bj7rqg4w4rc4d4zgj0f77c23z4xc47p55chy12znc4frlp2";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
flexibleDefaults mersenneRandomPure64 mtl mwcRandom random stateref
|
flexibleDefaults mersenneRandomPure64 mtl mwcRandom random stateref
|
||||||
syb
|
syb thExtras
|
||||||
];
|
];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/mokus0/random-fu";
|
homepage = "https://github.com/mokus0/random-fu";
|
||||||
|
Loading…
Reference in New Issue
Block a user