diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 98521cce4ea7..6f654c32dbb2 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -1148,4 +1148,7 @@ self: super: { arbtt = doJailbreak super.arbtt; + # https://github.com/yesodweb/yesod/issues/1563 + yesod-core = dontCheck super.yesod-core; + } // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super