From 79c33623a5bc881ec0e1eb8c751f8a2d6a3056e4 Mon Sep 17 00:00:00 2001 From: Peter Simons <simons@cryp.to> Date: Sat, 21 Feb 2015 14:46:56 +0100 Subject: [PATCH] haskell-apiary: test suite depends on obsolete QuickCheck 1.x --- .../haskell-modules/configuration-common.nix | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index f57928a49fe2..b265da478fad 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -540,6 +540,23 @@ self: super: { }); wxcore = super.wxcore.override { wxGTK = pkgs.wxGTK29; }; + # Depends on obsolete QuickCheck 1.x. + test-framework-quickcheck = markBroken super.test-framework-quickcheck; + + # Depends on broken test-framework-quickcheck. + apiary = dontCheck super.apiary; + apiary-authenticate = dontCheck super.apiary-authenticate; + apiary-clientsession = dontCheck super.apiary-clientsession; + apiary-cookie = dontCheck super.apiary-cookie; + apiary-eventsource = dontCheck super.apiary-eventsource; + apiary-logger = dontCheck super.apiary-logger; + apiary-memcached = dontCheck super.apiary-memcached; + apiary-mongoDB = dontCheck super.apiary-mongoDB; + apiary-persistent = dontCheck super.apiary-persistent; + apiary-purescript = dontCheck super.apiary-purescript; + apiary-session = dontCheck super.apiary-session; + apiary-websockets = dontCheck super.apiary-websockets; + } // { # Not on Hackage.