mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +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
|
||||
, random, stateref, syb
|
||||
, random, stateref, syb, thExtras
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "random-source";
|
||||
version = "0.3";
|
||||
sha256 = "08nj7mq8gjj9rv1zmkr2m30z295k5b352103wb1ag1ryw5wyzg1n";
|
||||
version = "0.3.0.2";
|
||||
sha256 = "0sp39bj7rqg4w4rc4d4zgj0f77c23z4xc47p55chy12znc4frlp2";
|
||||
buildDepends = [
|
||||
flexibleDefaults mersenneRandomPure64 mtl mwcRandom random stateref
|
||||
syb
|
||||
syb thExtras
|
||||
];
|
||||
meta = {
|
||||
homepage = "https://github.com/mokus0/random-fu";
|
||||
|
Loading…
Reference in New Issue
Block a user