From dfa9d013e7e903579af88bdab9a790b9f1bfdb65 Mon Sep 17 00:00:00 2001 From: Brian Hicks Date: Thu, 2 Jan 2020 06:30:18 -0600 Subject: postgresql-typed: disable test suite the test suite requires a running PostgreSQL instance to complete successfully, so we'll just skip that. --- pkgs/development/haskell-modules/configuration-hackage2nix.yaml | 1 - pkgs/development/haskell-modules/configuration-nix.nix | 4 ++++ 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'pkgs/development/haskell-modules') diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix.yaml index a1336196f161..4c2982e0396b 100644 --- a/pkgs/development/haskell-modules/configuration-hackage2nix.yaml +++ b/pkgs/development/haskell-modules/configuration-hackage2nix.yaml @@ -8069,7 +8069,6 @@ broken-packages: - postgresql-simple-queue - postgresql-simple-sop - postgresql-simple-typed - - postgresql-typed - postgresql-typed-lifted - postgrest - postgrest-ws diff --git a/pkgs/development/haskell-modules/configuration-nix.nix b/pkgs/development/haskell-modules/configuration-nix.nix index 9eedb0fed855..9a293de7712a 100644 --- a/pkgs/development/haskell-modules/configuration-nix.nix +++ b/pkgs/development/haskell-modules/configuration-nix.nix @@ -695,4 +695,8 @@ self: super: builtins.intersectAttrs super { spagoWithoutChecks = dontCheck spagoFixHpack; in spagoWithoutChecks; + + # checks SQL statements at compile time, and so requires a running PostgreSQL + # database to run it's test suite + postgresql-typed = dontCheck super.postgresql-typed; } -- cgit 1.4.1