Skip to content

Commit

Permalink
yi: mark builds broken
Browse files Browse the repository at this point in the history
Yi and its libraries have inconsistent versions because some of them are in LTS
Haskell and others aren't. Ping @Fuuzetsu.
  • Loading branch information
peti committed Sep 23, 2017
1 parent 1cdb055 commit bfbbfa0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pkgs/development/haskell-modules/configuration-common.nix
Expand Up @@ -908,4 +908,9 @@ self: super: {
# https://github.com/jtdaugherty/text-zipper/issues/11
text-zipper = dontCheck super.text-zipper;

# Some yi-* libraries are in Stackage LTS 9.x (and are therefore restricted
# to version 0.14.x), but others aren't (and therefore use version 0.15.x).
# This needs cleanup before those builds can succeed.
yi = markBroken super.yi;

}

0 comments on commit bfbbfa0

Please sign in to comment.