From a07c7548563849a7f86f4c7a9d611d1459762873 Mon Sep 17 00:00:00 2001 From: Ryan Mulligan <ryan@ryantm.com> Date: Tue, 1 Jan 2019 14:54:08 -0800 Subject: [PATCH] haskellPackages.github: dontCheck --- pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix index c780564d801..4ed5bfe9a88 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix @@ -93,6 +93,7 @@ self: super: { # https://github.com/jgm/skylighting/issues/55 skylighting-core = dontCheck super.skylighting-core; + github = dontCheck super.github; # hspec upper bound exceeded; https://github.com/phadej/github/pull/341 # Break out of "yaml >=0.10.4.0 && <0.11". stack = doJailbreak super.stack;