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>2016-09-18 12:10:39 +0200
committerPeter Simons <simons@cryp.to>2016-09-18 12:14:49 +0200
commit59e0dff09fd11fce65ec9b75be7fa0d16b1ea006 (patch)
treedca896a02892e3b48434c36c89ba640877137fad /pkgs/development/haskell-modules/configuration-common.nix
parentb7aad298068acb1f55b0c848cfaf838ddb55b4fa (diff)
downloadnixlib-59e0dff09fd11fce65ec9b75be7fa0d16b1ea006.tar
nixlib-59e0dff09fd11fce65ec9b75be7fa0d16b1ea006.tar.gz
nixlib-59e0dff09fd11fce65ec9b75be7fa0d16b1ea006.tar.bz2
nixlib-59e0dff09fd11fce65ec9b75be7fa0d16b1ea006.tar.lz
nixlib-59e0dff09fd11fce65ec9b75be7fa0d16b1ea006.tar.xz
nixlib-59e0dff09fd11fce65ec9b75be7fa0d16b1ea006.tar.zst
nixlib-59e0dff09fd11fce65ec9b75be7fa0d16b1ea006.zip
hoogle: remove obsolete override
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 179cfd842d52..79450756ca67 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -286,7 +286,6 @@ self: super: {
   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"; });
-  hoogle = overrideCabal super.hoogle (drv: { testTarget = "--test-option=--no-net"; });
   marmalade-upload = dontCheck super.marmalade-upload;  # http://hydra.cryp.to/build/501904/nixlog/1/raw
   network-transport-tcp = dontCheck super.network-transport-tcp;
   network-transport-zeromq = dontCheck super.network-transport-zeromq; # https://github.com/tweag/network-transport-zeromq/issues/30