From 8e6d5639c3707b29b50e955061fdc36b7fe84916 Mon Sep 17 00:00:00 2001 From: Michael Alan Dorman Date: Wed, 20 Dec 2017 07:17:19 -0500 Subject: pointfree, taffybar: jailbreak --- pkgs/development/haskell-modules/configuration-common.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'pkgs') diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index b4c499eb6931..844d8db4189f 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -971,6 +971,12 @@ self: super: { nix-derivation = doJailbreak super.nix-derivation; graphviz = doJailbreak super.graphviz; + # Needs QuickCheck <2.10, HUnit <1.6 and base <4.10 + pointfree = doJailbreak super.pointfree; + + # Needs time<1.7 + taffybar = doJailbreak super.taffybar; + # Needs tasty-quickcheck ==0.8.*, which we don't have. cryptohash-sha256 = doJailbreak super.cryptohash-sha256; cryptohash-sha1 = doJailbreak super.cryptohash-sha1; -- cgit 1.4.1