summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
authorVictor Nawothnig <Victor.Nawothnig@gmail.com>2020-07-29 15:44:14 +0200
committerPeter Simons <simons@cryp.to>2020-07-31 21:21:57 +0200
commitaa66f3fd084345a66464d17809925d40568c44a0 (patch)
tree706e030623631690c38ddb17523acad6e3f3823a /pkgs/development/haskell-modules/configuration-common.nix
parent907b898383b0070dd8550c95740b645418582e6a (diff)
downloadnixpkgs-aa66f3fd084345a66464d17809925d40568c44a0.tar
nixpkgs-aa66f3fd084345a66464d17809925d40568c44a0.tar.gz
nixpkgs-aa66f3fd084345a66464d17809925d40568c44a0.tar.bz2
nixpkgs-aa66f3fd084345a66464d17809925d40568c44a0.tar.lz
nixpkgs-aa66f3fd084345a66464d17809925d40568c44a0.tar.xz
nixpkgs-aa66f3fd084345a66464d17809925d40568c44a0.tar.zst
nixpkgs-aa66f3fd084345a66464d17809925d40568c44a0.zip
ip: disable test suite
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 9879c8e6fdc..9e82ab9f9ec 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -463,6 +463,9 @@ self: super: {
   # https://github.com/byteverse/bytebuild/issues/19
   bytebuild = dontCheck super.bytebuild;
 
+  # https://github.com/andrewthad/haskell-ip/issues/67
+  ip = dontCheck super.ip;
+
   # https://github.com/ndmitchell/shake/issues/206
   # https://github.com/ndmitchell/shake/issues/267
   shake = overrideCabal super.shake (drv: { doCheck = !pkgs.stdenv.isDarwin && false; });