haskell-postgrest: fix build by disabling the test suite (which wants to run postgresql)

wip/yesman
Peter Simons 9 years ago
parent 3769fcb6de
commit e5ff2421ef
  1. 1
      pkgs/development/haskell-modules/configuration-common.nix

@ -188,6 +188,7 @@ self: super: {
HList = dontCheck super.HList;
memcached-binary = dontCheck super.memcached-binary;
postgresql-simple = dontCheck super.postgresql-simple;
postgrest = dontCheck super.postgrest;
snowball = dontCheck super.snowball;
wai-middleware-hmac = dontCheck super.wai-middleware-hmac;
xmlgen = dontCheck super.xmlgen;

Loading…
Cancel
Save