haskell-parsec-3.1.2: jailbreak to fix build with text >= 1
This commit is contained in:
parent
b7e383487b
commit
2220e24ee3
@ -5,6 +5,7 @@ cabal.mkDerivation (self: {
|
|||||||
version = "3.1.2";
|
version = "3.1.2";
|
||||||
sha256 = "0lhn9j2j5jlh7g0qx9f6ms63n9x1xlxg9isdvm6z0ksy3ywj9wch";
|
sha256 = "0lhn9j2j5jlh7g0qx9f6ms63n9x1xlxg9isdvm6z0ksy3ywj9wch";
|
||||||
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