haskell-errors: jailbreak to fix build with either 4.x

This commit is contained in:
Peter Simons 2013-10-15 00:18:17 +02:00
parent 7eaefcae45
commit 4cdefbb926

View file

@ -5,6 +5,7 @@ cabal.mkDerivation (self: {
version = "1.4.2";
sha256 = "1csry8bbz7r4gc7x3lf1ih10rvnig2i91nfij227p9744yndl2xw";
buildDepends = [ either safe transformers ];
jailbreak = true;
meta = {
description = "Simplified error-handling";
license = self.stdenv.lib.licenses.bsd3;