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;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [ mtl QuickCheck random syb ];
|
buildDepends = [ mtl QuickCheck random syb ];
|
||||||
|
jailbreak = true;
|
||||||
meta = {
|
meta = {
|
||||||
description = "For testing partial and infinite values";
|
description = "For testing partial and infinite values";
|
||||||
license = self.stdenv.lib.licenses.mit;
|
license = self.stdenv.lib.licenses.mit;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user