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-04-25 17:41:42 +0200
committerPeter Simons <simons@cryp.to>2015-04-25 17:57:32 +0200
commit848bf3b75dc90c3a45510316d00fc75b364d4fd6 (patch)
treef68acc374ea8a79aeb44ac4024338f4c58a0b0ee /pkgs/development/haskell-modules/configuration-common.nix
parent24f50d3e229870d523765abb39f33c376501f1a1 (diff)
downloadnixpkgs-848bf3b75dc90c3a45510316d00fc75b364d4fd6.tar
nixpkgs-848bf3b75dc90c3a45510316d00fc75b364d4fd6.tar.gz
nixpkgs-848bf3b75dc90c3a45510316d00fc75b364d4fd6.tar.bz2
nixpkgs-848bf3b75dc90c3a45510316d00fc75b364d4fd6.tar.lz
nixpkgs-848bf3b75dc90c3a45510316d00fc75b364d4fd6.tar.xz
nixpkgs-848bf3b75dc90c3a45510316d00fc75b364d4fd6.tar.zst
nixpkgs-848bf3b75dc90c3a45510316d00fc75b364d4fd6.zip
haskell-wreq-sb: 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 07d61a12178..a47a2345224 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -310,6 +310,7 @@ self: super: {
   stackage = dontCheck super.stackage;                  # http://hydra.cryp.to/build/501867/nixlog/1/raw
   warp = dontCheck super.warp;                          # http://hydra.cryp.to/build/501073/nixlog/5/raw
   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
 
   # https://github.com/NICTA/digit/issues/3
   digit = dontCheck super.digit;