Merge pull request #25577 from PierreR/master
haskellPackages.postgrest-ws: dontCheck
This commit is contained in:
commit
bf18d5f8b1
@ -229,6 +229,7 @@ self: super: {
|
|||||||
pocket-dns = dontCheck super.pocket-dns;
|
pocket-dns = dontCheck super.pocket-dns;
|
||||||
postgresql-simple = dontCheck super.postgresql-simple;
|
postgresql-simple = dontCheck super.postgresql-simple;
|
||||||
postgrest = dontCheck super.postgrest;
|
postgrest = dontCheck super.postgrest;
|
||||||
|
postgrest-ws = dontCheck super.postgrest-ws;
|
||||||
snowball = dontCheck super.snowball;
|
snowball = dontCheck super.snowball;
|
||||||
sophia = dontCheck super.sophia;
|
sophia = dontCheck super.sophia;
|
||||||
test-sandbox = dontCheck super.test-sandbox;
|
test-sandbox = dontCheck super.test-sandbox;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user