haskell-ChasingBottoms: jailbreak version to fix build with latest version of 'random'
This commit is contained in:
parent
176403785e
commit
64779360ac
|
@ -9,6 +9,7 @@ cabal.mkDerivation (self: {
|
|||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [ mtl QuickCheck random syb ];
|
||||
jailbreak = true;
|
||||
meta = {
|
||||
description = "For testing partial and infinite values";
|
||||
license = self.stdenv.lib.licenses.mit;
|
||||
|
|
Loading…
Reference in New Issue