ghc-syb-utils: disable test suite for GHC 8.x or later
The test suite fails when compiling with GHC 8.x. This seems to be a known issue. Cc: https://github.com/nominolo/ghc-syb/issues/20, https://github.com/NixOS/nixpkgs/issues/26689
This commit is contained in:
@@ -55,5 +55,7 @@ self: super: {
|
|||||||
# https://github.com/thoughtbot/yesod-auth-oauth2/pull/77
|
# https://github.com/thoughtbot/yesod-auth-oauth2/pull/77
|
||||||
yesod-auth-oauth2 = doJailbreak super.yesod-auth-oauth2;
|
yesod-auth-oauth2 = doJailbreak super.yesod-auth-oauth2;
|
||||||
|
|
||||||
|
# https://github.com/nominolo/ghc-syb/issues/20
|
||||||
|
ghc-syb-utils = dontCheck super.ghc-syb-utils;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -56,5 +56,7 @@ self: super: {
|
|||||||
# https://github.com/thoughtbot/yesod-auth-oauth2/pull/77
|
# https://github.com/thoughtbot/yesod-auth-oauth2/pull/77
|
||||||
yesod-auth-oauth2 = doJailbreak super.yesod-auth-oauth2;
|
yesod-auth-oauth2 = doJailbreak super.yesod-auth-oauth2;
|
||||||
|
|
||||||
|
# https://github.com/nominolo/ghc-syb/issues/20
|
||||||
|
ghc-syb-utils = dontCheck super.ghc-syb-utils;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user