Skip to content

Commit

Permalink
haskell-text-zipper: disable test suite to fix the build
Browse files Browse the repository at this point in the history
(cherry picked from commit e960eb0)
  • Loading branch information
peti committed Sep 9, 2017
1 parent a6bba83 commit f366faa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/development/haskell-modules/configuration-common.nix
Expand Up @@ -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;

}

0 comments on commit f366faa

Please sign in to comment.