From 6b5cd3864fb343617a00c6f91bbcce4f400f4242 Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Mon, 10 Feb 2025 23:48:12 +0100 Subject: [PATCH] haskellPackages.persistent-sqlite: enable tests Issue closed. --- pkgs/development/haskell-modules/configuration-common.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index c4cbd4b55abd..161c4f6c6eef 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -1510,10 +1510,6 @@ self: super: { # https://github.com/NixOS/nixpkgs/issues/198495 (dontCheckIf (!pkgs.postgresql.doCheck) super.persistent-postgresql); - # Test suite requires a later version of persistent-test which depends on persistent 2.14 - # https://github.com/commercialhaskell/stackage/issues/6884 - persistent-sqlite = dontCheck super.persistent-sqlite; - # Needs matching lsp-types lsp_2_4_0_0 = super.lsp_2_4_0_0.override { lsp-types = self.lsp-types_2_1_1_0;