text-icu: Some sort of testing issue with ghc-8.2

wip/yesman
Michael Alan Dorman 7 years ago committed by Peter Simons
parent be49066415
commit b1a1062dad
  1. 3
      pkgs/development/haskell-modules/configuration-common.nix

@ -1003,6 +1003,9 @@ self: super: {
# https://github.com/alphaHeavy/protobuf/issues/34
protobuf = dontCheck super.protobuf;
# https://github.com/bos/text-icu/issues/32
text-icu = dontCheck super.text-icu;
# https://github.com/strake/lenz.hs/issues/2
lenz =
let patch = pkgs.fetchpatch

Loading…
Cancel
Save