summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
authorsternenseemann <sternenseemann@systemli.org>2023-08-07 17:33:37 +0200
committersternenseemann <sternenseemann@systemli.org>2023-08-07 17:33:37 +0200
commitf8ffc1dd4c11befb38a268c90817cf0e1c767173 (patch)
treed89f00515f80eb5c0b649269f1e2aee34af81103 /pkgs/development/haskell-modules/configuration-common.nix
parent0b5334887f1aad2ddd47dc3378c58e85f53b7204 (diff)
downloadnixpkgs-f8ffc1dd4c11befb38a268c90817cf0e1c767173.tar
nixpkgs-f8ffc1dd4c11befb38a268c90817cf0e1c767173.tar.gz
nixpkgs-f8ffc1dd4c11befb38a268c90817cf0e1c767173.tar.bz2
nixpkgs-f8ffc1dd4c11befb38a268c90817cf0e1c767173.tar.lz
nixpkgs-f8ffc1dd4c11befb38a268c90817cf0e1c767173.tar.xz
nixpkgs-f8ffc1dd4c11befb38a268c90817cf0e1c767173.tar.zst
nixpkgs-f8ffc1dd4c11befb38a268c90817cf0e1c767173.zip
haskellPackages.yesod-core: temporarily disable broken tests
Compilation problem is fixed in a later version.
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-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 107ee99ac28..b1f9c39d4fa 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -823,6 +823,9 @@ self: super: {
   elm-server = markBroken super.elm-server;
   elm-yesod = markBroken super.elm-yesod;
 
+  # Tests failure with GHC >= 9.0.1, fixed in 1.6.24.4
+  yesod-core = assert super.yesod-core.version == "1.6.24.3"; dontCheck super.yesod-core;
+
   # https://github.com/Euterpea/Euterpea2/issues/40
   Euterpea = doJailbreak super.Euterpea;