haskell-parsec-3.1.3: jailbreak to fix build with text 1.x
This commit is contained in:
parent
438a8d1cb8
commit
237b2de6a0
|
@ -5,6 +5,7 @@ cabal.mkDerivation (self: {
|
||||||
version = "3.1.3";
|
version = "3.1.3";
|
||||||
sha256 = "1a64gzirgpa1i78gbbp9z059nh29xmcja4g8vgjb1fbylx6vn54z";
|
sha256 = "1a64gzirgpa1i78gbbp9z059nh29xmcja4g8vgjb1fbylx6vn54z";
|
||||||
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…
Reference in New Issue