haskell-text-zipper: disable test suite to fix the build

This commit is contained in:
Peter Simons 2017-09-09 17:07:47 +02:00
parent 4bf61ab252
commit e960eb0bf5

View File

@ -902,4 +902,7 @@ self: super: {
# happy 1.19.6 and later break some packages.
Agda = super.Agda.override { happy = self.happy_1_19_5; };
# https://github.com/jtdaugherty/text-zipper/issues/11
text-zipper = dontCheck super.text-zipper;
}