summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-06-16 11:42:29 +0200
committerPeter Simons <simons@cryp.to>2015-06-16 13:02:27 +0200
commit6390ea5026b45a77b4290795d0ea2d7c75a46d09 (patch)
treee419ca227455e6925ec90a43a32906afd908abb3 /pkgs/development/haskell-modules/configuration-common.nix
parent614769a9ede25991cd79d71f00813c3fb7e9d43d (diff)
downloadnixlib-6390ea5026b45a77b4290795d0ea2d7c75a46d09.tar
nixlib-6390ea5026b45a77b4290795d0ea2d7c75a46d09.tar.gz
nixlib-6390ea5026b45a77b4290795d0ea2d7c75a46d09.tar.bz2
nixlib-6390ea5026b45a77b4290795d0ea2d7c75a46d09.tar.lz
nixlib-6390ea5026b45a77b4290795d0ea2d7c75a46d09.tar.xz
nixlib-6390ea5026b45a77b4290795d0ea2d7c75a46d09.tar.zst
nixlib-6390ea5026b45a77b4290795d0ea2d7c75a46d09.zip
haskell-serversession-backend-redis: disable failing test suite
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-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 29bca6c99d08..a1038d3cb4b1 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -334,6 +334,7 @@ self: super: {
   wreq = dontCheck super.wreq;                          # http://hydra.cryp.to/build/501895/nixlog/1/raw
   wreq-sb = dontCheck super.wreq-sb;                    # http://hydra.cryp.to/build/783948/log/raw
   wuss = dontCheck super.wuss;                          # http://hydra.cryp.to/build/875964/nixlog/2/raw
+  serversession-backend-redis = dontCheck super.serversession-backend-redis;
 
   # https://github.com/NICTA/digit/issues/3
   digit = dontCheck super.digit;