about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-03-24 15:59:16 +0100
committerPeter Simons <simons@cryp.to>2015-03-25 14:37:14 +0100
commita4ffd5800eba8d135f2cdc5dad5f4f312a8bc769 (patch)
tree4cf0da055f85f24ad4c8fc9f797f0b55f568d15c /pkgs/development/haskell-modules
parentc8c355941cdc55f19a734f4a5aae8fa0ad4f2683 (diff)
downloadnixlib-a4ffd5800eba8d135f2cdc5dad5f4f312a8bc769.tar
nixlib-a4ffd5800eba8d135f2cdc5dad5f4f312a8bc769.tar.gz
nixlib-a4ffd5800eba8d135f2cdc5dad5f4f312a8bc769.tar.bz2
nixlib-a4ffd5800eba8d135f2cdc5dad5f4f312a8bc769.tar.lz
nixlib-a4ffd5800eba8d135f2cdc5dad5f4f312a8bc769.tar.xz
nixlib-a4ffd5800eba8d135f2cdc5dad5f4f312a8bc769.tar.zst
nixlib-a4ffd5800eba8d135f2cdc5dad5f4f312a8bc769.zip
haskell-directory: version 1.2.2.0 tries to access the network when running the test suite
Diffstat (limited to 'pkgs/development/haskell-modules')
-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 f17f30ebb133..faf1412ca354 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -253,6 +253,7 @@ self: super: {
   amqp-conduit = dontCheck super.amqp-conduit;
   concurrent-dns-cache = dontCheck super.concurrent-dns-cache;
   dbus = dontCheck super.dbus;                          # http://hydra.cryp.to/build/498404/log/raw
+  directory_1_2_2_0 = dontCheck super.directory_1_2_2_0;
   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
   hjsonschema = overrideCabal super.hjsonschema (drv: { testTarget = "local"; });