parsec-3.1.4: jailbreak to fix build with recent versions of 'text'
This commit is contained in:
parent
ed3ca23cb1
commit
772ff04250
@ -5,6 +5,7 @@ cabal.mkDerivation (self: {
|
|||||||
version = "3.1.4";
|
version = "3.1.4";
|
||||||
sha256 = "0milmi4q5jdcmmwjqa4lcs1vcw5frkrlrxc8q17lkas3p2m10kh5";
|
sha256 = "0milmi4q5jdcmmwjqa4lcs1vcw5frkrlrxc8q17lkas3p2m10kh5";
|
||||||
buildDepends = [ mtl text ];
|
buildDepends = [ mtl text ];
|
||||||
|
jailbreak = true;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://www.cs.uu.nl/~daan/parsec.html";
|
homepage = "http://www.cs.uu.nl/~daan/parsec.html";
|
||||||
description = "Monadic parser combinators";
|
description = "Monadic parser combinators";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user