summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index f84b8d057594..0183c0570a07 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -1534,4 +1534,7 @@ self: super: {
skylighting = self.skylighting_0_10_2;
skylighting-core = self.skylighting-core_0_10_2;
+ # https://github.com/yesodweb/yesod/issues/1714
+ yesod-core = dontCheck super.yesod-core;
+
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super