From f2d17b586c3d822a619236089554d7cd75ed3943 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 16 Sep 2015 13:56:54 +0200 Subject: [PATCH] haskell-semigroupoids: don't compile the test suite of old versions --- pkgs/development/haskell-modules/configuration-common.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index b49fc968d61..50ec2be4468 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -1029,4 +1029,7 @@ self: super: { hpc-coveralls = disableSharedExecutables super.hpc-coveralls; hpc-coveralls_0_9_0 = disableSharedExecutables super.hpc-coveralls_0_9_0; + # Test suite won't compile. + semigroupoids_5_0_0_3 = dontCheck super.semigroupoids_5_0_0_3; + }