Skip to content

Commit e960eb0

Browse files
committedSep 9, 2017
haskell-text-zipper: disable test suite to fix the build
1 parent 4bf61ab commit e960eb0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎pkgs/development/haskell-modules/configuration-common.nix

+3
Original file line numberDiff line numberDiff line change
@@ -902,4 +902,7 @@ self: super: {
902902
# happy 1.19.6 and later break some packages.
903903
Agda = super.Agda.override { happy = self.happy_1_19_5; };
904904

905+
# https://github.com/jtdaugherty/text-zipper/issues/11
906+
text-zipper = dontCheck super.text-zipper;
907+
905908
}

0 commit comments

Comments
 (0)
Please sign in to comment.