haskell-parsec-3.1.2: jailbreak to fix build with text >= 1

This commit is contained in:
Peter Simons 2014-05-12 14:26:26 +02:00
parent b7e383487b
commit 2220e24ee3

View File

@ -5,6 +5,7 @@ cabal.mkDerivation (self: {
version = "3.1.2";
sha256 = "0lhn9j2j5jlh7g0qx9f6ms63n9x1xlxg9isdvm6z0ksy3ywj9wch";
buildDepends = [ mtl text ];
jailbreak = true;
meta = {
homepage = "http://www.cs.uu.nl/~daan/parsec.html";
description = "Monadic parser combinators";