haskell-yap: jailbreak to fix build with recent versions of 'base'

This commit is contained in:
Peter Simons 2014-05-15 19:56:16 +02:00
parent 53ecf3fe17
commit 8baf727bad

View File

@ -4,6 +4,7 @@ cabal.mkDerivation (self: {
pname = "yap";
version = "0.2";
sha256 = "14lq549jhgnf51pgy1jv31ik8qx71yl7d53w8dpq1f9mlsn1g16i";
jailbreak = true;
meta = {
description = "yet another prelude - a simplistic refactoring with algebraic classes";
license = self.stdenv.lib.licenses.bsd3;