3
0
Fork 0
forked from mirrors/nixpkgs

parsec-3.1.4: jailbreak to fix build with recent versions of 'text'

This commit is contained in:
Peter Simons 2014-01-09 11:19:48 +01:00
parent ed3ca23cb1
commit 772ff04250

View file

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