about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorPierre Radermecker <pierrer@pi3r.be>2017-05-07 12:46:49 +0200
committerPierre Radermecker <pierrer@pi3r.be>2017-05-07 12:49:40 +0200
commit080bd323ad1420979e81375a48df286bc9f3a179 (patch)
tree6566ef68c572d9810f5cfdf00a873a356dcdd97c /pkgs/development/haskell-modules
parentc1aa7b2051b54dd293e43b845fa3d686b69304c2 (diff)
downloadnixlib-080bd323ad1420979e81375a48df286bc9f3a179.tar
nixlib-080bd323ad1420979e81375a48df286bc9f3a179.tar.gz
nixlib-080bd323ad1420979e81375a48df286bc9f3a179.tar.bz2
nixlib-080bd323ad1420979e81375a48df286bc9f3a179.tar.lz
nixlib-080bd323ad1420979e81375a48df286bc9f3a179.tar.xz
nixlib-080bd323ad1420979e81375a48df286bc9f3a179.tar.zst
nixlib-080bd323ad1420979e81375a48df286bc9f3a179.zip
haskellPackages.postgrest-ws: dontCheck
Diffstat (limited to 'pkgs/development/haskell-modules')
-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;