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-25 12:22:40 +0200
committerPeter Simons <simons@cryp.to>2015-07-05 21:06:03 +0200
commitd0f1e6626b10e56b9be428083b51562c20bad556 (patch)
treec19bb467a70cdb9bc9a85ef8cb5398f1a451a22f /pkgs/development/haskell-modules/configuration-common.nix
parentdfea5f25a6a3b67fdde561d3921d4791425e1752 (diff)
downloadnixlib-d0f1e6626b10e56b9be428083b51562c20bad556.tar
nixlib-d0f1e6626b10e56b9be428083b51562c20bad556.tar.gz
nixlib-d0f1e6626b10e56b9be428083b51562c20bad556.tar.bz2
nixlib-d0f1e6626b10e56b9be428083b51562c20bad556.tar.lz
nixlib-d0f1e6626b10e56b9be428083b51562c20bad556.tar.xz
nixlib-d0f1e6626b10e56b9be428083b51562c20bad556.tar.zst
nixlib-d0f1e6626b10e56b9be428083b51562c20bad556.zip
haskell-socket: test suite tries to access the network
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index c0d231616d96..6016ab572365 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -327,14 +327,15 @@ self: super: {
   raven-haskell = dontCheck super.raven-haskell;        # http://hydra.cryp.to/build/502053/log/raw
   riak = dontCheck super.riak;                          # http://hydra.cryp.to/build/498763/log/raw
   scotty-binding-play = dontCheck super.scotty-binding-play;
+  serversession-backend-redis = dontCheck super.serversession-backend-redis;
   slack-api = dontCheck super.slack-api;                # https://github.com/mpickering/slack-api/issues/5
+  socket = dontCheck super.socket;
   stackage = dontCheck super.stackage;                  # http://hydra.cryp.to/build/501867/nixlog/1/raw
   textocat-api = dontCheck super.textocat-api;          # http://hydra.cryp.to/build/887011/log/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
   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;