haskell-Strafunski-StrategyLib: jailbreak to fix build with GHC 7.8.2

This commit is contained in:
Peter Simons 2014-05-09 22:57:20 +02:00
parent 06f9fed0ac
commit 4ec21f6ecd

View File

@ -5,6 +5,7 @@ cabal.mkDerivation (self: {
version = "5.0.0.3";
sha256 = "1s7410dfzkqd9j8n5g92pvh9rwglngj3ca9ipcr6xsq0n6yhs51y";
buildDepends = [ mtl syb ];
jailbreak = true;
meta = {
description = "Library for strategic programming";
license = self.stdenv.lib.licenses.bsd3;