The 'random' library is no longer a core library in GHC 7.2.1. For older
versions of the compiler, haskell-packages.nix provides a null attribute. svn path=/nixpkgs/trunk/; revision=28500
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{ cabal, flexibleDefaults, mersenneRandomPure64, mtl, mwcRandom
|
||||
, stateref, syb
|
||||
, random, stateref, syb
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
@@ -7,7 +7,8 @@ cabal.mkDerivation (self: {
|
||||
version = "0.3";
|
||||
sha256 = "08nj7mq8gjj9rv1zmkr2m30z295k5b352103wb1ag1ryw5wyzg1n";
|
||||
buildDepends = [
|
||||
flexibleDefaults mersenneRandomPure64 mtl mwcRandom stateref syb
|
||||
flexibleDefaults mersenneRandomPure64 mtl mwcRandom random stateref
|
||||
syb
|
||||
];
|
||||
meta = {
|
||||
homepage = "https://github.com/mokus0/random-fu";
|
||||
|
||||
Reference in New Issue
Block a user