summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorRodney Lorrimar <dev@rodney.id.au>2016-09-24 21:03:19 +0100
committerRodney Lorrimar <dev@rodney.id.au>2016-09-24 21:05:03 +0100
commitf318d62b5fc9552e40e0e81a438f9fbc75c7f9d2 (patch)
tree7a10489e0c1d3386f1836006812fcfb0e6b364fa /pkgs/development
parent0593ad2b1613e22efa88307ee6ee4115563721fb (diff)
downloadnixlib-f318d62b5fc9552e40e0e81a438f9fbc75c7f9d2.tar
nixlib-f318d62b5fc9552e40e0e81a438f9fbc75c7f9d2.tar.gz
nixlib-f318d62b5fc9552e40e0e81a438f9fbc75c7f9d2.tar.bz2
nixlib-f318d62b5fc9552e40e0e81a438f9fbc75c7f9d2.tar.lz
nixlib-f318d62b5fc9552e40e0e81a438f9fbc75c7f9d2.tar.xz
nixlib-f318d62b5fc9552e40e0e81a438f9fbc75c7f9d2.tar.zst
nixlib-f318d62b5fc9552e40e0e81a438f9fbc75c7f9d2.zip
haskellPackages.hasql-transaction: disable failing test suite
The tests want to connect to a postgresql server at localhost:5432.
Diffstat (limited to 'pkgs/development')
-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 64de27aa5de9..80d70517bedb 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -286,6 +286,7 @@ self: super: {
   github-types = dontCheck super.github-types;          # http://hydra.cryp.to/build/1114046/nixlog/1/raw
   hadoop-rpc = dontCheck super.hadoop-rpc;              # http://hydra.cryp.to/build/527461/nixlog/2/raw
   hasql = dontCheck super.hasql;                        # http://hydra.cryp.to/build/502489/nixlog/4/raw
+  hasql-transaction = dontCheck super.hasql-transaction; # wants to connect to postgresql
   hjsonschema = overrideCabal super.hjsonschema (drv: { testTarget = "local"; });
   hoogle_5_0_4 = super.hoogle_5_0_4.override { haskell-src-exts = self.haskell-src-exts_1_18_2; };
   marmalade-upload = dontCheck super.marmalade-upload;  # http://hydra.cryp.to/build/501904/nixlog/1/raw