summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
authorsteve-chavez <stevechavezast@gmail.com>2020-06-10 09:35:58 -0500
committersteve-chavez <stevechavezast@gmail.com>2020-06-10 09:35:58 -0500
commitbc8f008d7c142fdffb4a58f0856cbf9561c1e489 (patch)
tree337c865d0e5263cfa6060bf7d3061bb7bc007816 /pkgs/development/haskell-modules/configuration-common.nix
parenta5f5d020c69c22ddc6be48123ef4d30fd262c403 (diff)
downloadnixpkgs-bc8f008d7c142fdffb4a58f0856cbf9561c1e489.tar
nixpkgs-bc8f008d7c142fdffb4a58f0856cbf9561c1e489.tar.gz
nixpkgs-bc8f008d7c142fdffb4a58f0856cbf9561c1e489.tar.bz2
nixpkgs-bc8f008d7c142fdffb4a58f0856cbf9561c1e489.tar.lz
nixpkgs-bc8f008d7c142fdffb4a58f0856cbf9561c1e489.tar.xz
nixpkgs-bc8f008d7c142fdffb4a58f0856cbf9561c1e489.tar.zst
nixpkgs-bc8f008d7c142fdffb4a58f0856cbf9561c1e489.zip
haskellPackages.hasql-notifications: unbreak
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index d15c37a65fb..18c8c11bedd 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -1450,6 +1450,7 @@ self: super: {
   };
 
   # Test suite requires running a database server. Testing is done upstream.
+  hasql-notifications = dontCheck super.hasql-notifications;
   hasql-pool = dontCheck super.hasql-pool;
 
   # This bumps optparse-applicative to <0.16 in the cabal file, as otherwise