haskell-ChasingBottoms: jailbreak version to fix build with latest version of 'random'

This commit is contained in:
Peter Simons 2014-10-13 16:51:08 +02:00
parent 176403785e
commit 64779360ac

View File

@ -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;