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,4 +1,5 @@
|
||||
{ cabal, QuickCheck, deepseq, extensibleExceptions, testFramework
|
||||
{ cabal, QuickCheck, deepseq, extensibleExceptions, random
|
||||
, testFramework
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
@@ -6,7 +7,7 @@ cabal.mkDerivation (self: {
|
||||
version = "0.2.7";
|
||||
sha256 = "065nazli8vh9dz8xi71gwzlwy81anfd471jhz6hv3m893cc9vvx8";
|
||||
buildDepends = [
|
||||
QuickCheck deepseq extensibleExceptions testFramework
|
||||
QuickCheck deepseq extensibleExceptions random testFramework
|
||||
];
|
||||
meta = {
|
||||
homepage = "http://batterseapower.github.com/test-framework/";
|
||||
|
||||
Reference in New Issue
Block a user