summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2017-05-07 18:33:58 +0200
committerGitHub <noreply@github.com>2017-05-07 18:33:58 +0200
commitbf18d5f8b18f6269e40bd90431b8695bb7674365 (patch)
treecc56556dcd7bd15debe45e0b8281f6db75a7f350 /pkgs
parent63841d159e5f2e20c56948df84b004a03f236c47 (diff)
parent080bd323ad1420979e81375a48df286bc9f3a179 (diff)
downloadnixlib-bf18d5f8b18f6269e40bd90431b8695bb7674365.tar
nixlib-bf18d5f8b18f6269e40bd90431b8695bb7674365.tar.gz
nixlib-bf18d5f8b18f6269e40bd90431b8695bb7674365.tar.bz2
nixlib-bf18d5f8b18f6269e40bd90431b8695bb7674365.tar.lz
nixlib-bf18d5f8b18f6269e40bd90431b8695bb7674365.tar.xz
nixlib-bf18d5f8b18f6269e40bd90431b8695bb7674365.tar.zst
nixlib-bf18d5f8b18f6269e40bd90431b8695bb7674365.zip
Merge pull request #25577 from PierreR/master
haskellPackages.postgrest-ws: dontCheck
Diffstat (limited to 'pkgs')
-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 3f4274441baa..b54a5b72235d 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -229,6 +229,7 @@ self: super: {
   pocket-dns = dontCheck super.pocket-dns;
   postgresql-simple = dontCheck super.postgresql-simple;
   postgrest = dontCheck super.postgrest;
+  postgrest-ws = dontCheck super.postgrest-ws;
   snowball = dontCheck super.snowball;
   sophia = dontCheck super.sophia;
   test-sandbox = dontCheck super.test-sandbox;